Shades of Barberry #DCDA12
Tints of Barberry #DCDA12
RGB
CMYK
RGB Variations
Color information
#DCDA12 (or 0xDCDA12) is known color: Barberry. HEX triplet: DC, DA and 12. RGB value is (220,218,18). Sum of RGB (Red+Green+Blue) = 220+218+18=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA12 is #2325ED. Grayscale: #C4C4C4. Windows color (decimal): -2303470 or 1235676. OLE color: 1235676.
HSL color Cylindrical-coordinate representation of color #DCDA12: hue angle of 59.41º 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 #DCDA12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 18 | - |
CMYK | 0 | 0.01 | 0.92 | 0.14 |
HSL | 59.41º | 0.85% | 0.47% | - |
HSV(B) | 59.41º | 0.92% | 0.86% | - |
XYZ | 54.7 | 65.4 | 10.31 | - |
YUV | 195.8 | 27.66 | 145.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 18 | 0 | 0.01 | 0.92 | 0.14 | 59.41 | 0.85 | 0.47 |
Hex | DC | DA | 12 | 0 | 1 | 5C | E | 3B | 55 | 2F |
Octal | 334 | 332 | 22 | 0 | 1 | 134 | 16 | 73 | 125 | 57 |
Binary | 11011100 | 11011010 | 10010 | 0 | 1 | 1011100 | 1110 | 111011 | 1010101 | 101111 |
Color Harmonies of #DCDA12
Complementary color
Monochromatic Colors of #DCDA12
Black with #DCDA12
Text Example
Text Example
White with #DCDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA12; }
p { color: rgb(220,218,18); }
H1.HeaderClassName
{
color: #DCDA12;
}
.AnyTagClassName
{
color: #DCDA12;
}
</style>
background-color css
<style>
a { background-color: #DCDA12; }
a { background-color: rgb(220,218,18); }
div.DivClassName
{
background-color: #DCDA12;
}
.BgClassName
{
background-color: #DCDA12;
}
</style>
border-color css
<style>
span { border-color: #DCDA12; }
span { border-color: rgb(220,218,18); }
td.TdClassName
{
border-color: #DCDA12;
}
.TagClassName
{
border-color: #DCDA12;
}
</style>