#dcd91a

Color #DCD91A Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DCD91A

Tints of Barberry #DCD91A

Color information

#DCD91A (or 0xDCD91A) is unknown color: approx Barberry. HEX triplet: DC, D9 and 1A. RGB value is (220,217,26). Sum of RGB (Red+Green+Blue) = 220+217+26=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD91A is #2326E5. Grayscale: #C4C4C4. Windows color (decimal): -2303718 or 1759708. OLE color: 1759708.

HSL color Cylindrical-coordinate representation of color #DCD91A: hue angle of 59.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCD91A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB22021726-
CMYK00.010.880.14
HSL59.07º78.86%48.24%-
HSV(B)59.07º88.18%86.27%-
XYZ54.5164.9210.63-
YUV196.1231.99145.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 26 (10.55% from 255) = 5.62%
R=47.52%
G=46.87%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202172600.010.880.1459.0778.8648.24
HexDCD91A0158E3b4f30
Octal3343313201130167311760
Binary11011100110110011101001101100011101110111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd91a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd91a; }

 p { color: rgb(220,217,26); }

 H1.HeaderClassName
 {
   color: #dcd91a;
 }
 .AnyTagClassName
 {
   color: #dcd91a;
 }
</style>
background-color css

<style>
 a { background-color: #dcd91a; }

 a { background-color: rgb(220,217,26); }

 div.DivClassName
 {
   background-color: #dcd91a;
 }
 .BgClassName
 {
   background-color: #dcd91a;
 }
</style>
border-color css

<style>
 span { border-color: #dcd91a; }

 span { border-color: rgb(220,217,26); }

 td.TdClassName
 {
   border-color: #dcd91a;
 }
 .TagClassName
 {
   border-color: #dcd91a;
 }
</style>