#DCD612

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

Shades of Barberry #DCD612

Tints of Barberry #DCD612

Color information

#DCD612 (or 0xDCD612) is unknown color: approx Barberry. HEX triplet: DC, D6 and 12. RGB value is (220,214,18). Sum of RGB (Red+Green+Blue) = 220+214+18=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD612 is #2329ED. Grayscale: #C2C2C2. Windows color (decimal): -2304494 or 1234652. OLE color: 1234652.

HSL color Cylindrical-coordinate representation of color #DCD612: hue angle of 58.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD612 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB22021418-
CMYK00.030.920.14
HSL58.22º84.87%46.67%-
HSV(B)58.22º91.82%86.27%-
XYZ53.6763.359.97-
YUV193.4528.99146.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.67%
GREEN value IS 214 (83.98% from 255) = 47.35%
BLUE value IS 18 (7.42% from 255) = 3.98%
R=48.67%
G=47.35%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202141800.030.920.1458.2284.8746.67
HexDCD612035CE3a552f
Octal3343262203134167212557
Binary110111001101011010010011101110011101110101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD612; }

 p { color: rgb(220,214,18); }

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

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

 a { background-color: rgb(220,214,18); }

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

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

 span { border-color: rgb(220,214,18); }

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