Shades of Bird Flower #D2CC12
Tints of Bird Flower #D2CC12
RGB
CMYK
RGB Variations
Color information
#D2CC12 (or 0xD2CC12) is known color: Bird Flower. HEX triplet: D2, CC and 12. RGB value is (210,204,18). Sum of RGB (Red+Green+Blue) = 210+204+18=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC12 is #2D33ED. Grayscale: #B9B9B9. Windows color (decimal): -2962414 or 1232082. OLE color: 1232082.
HSL color Cylindrical-coordinate representation of color #D2CC12: hue angle of 58.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2CC12 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.18 |
| HSL | 58.13º | 0.84% | 0.45% | - |
| HSV(B) | 58.13º | 0.91% | 0.82% | - |
| XYZ | 48.28 | 56.93 | 9.02 | - |
| YUV | 184.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 18 | 0 | 0.03 | 0.91 | 0.18 | 58.13 | 0.84 | 0.45 |
| Hex | D2 | CC | 12 | 0 | 3 | 5B | 12 | 3A | 54 | 2D |
| Octal | 322 | 314 | 22 | 0 | 3 | 133 | 22 | 72 | 124 | 55 |
| Binary | 11010010 | 11001100 | 10010 | 0 | 11 | 1011011 | 10010 | 111010 | 1010100 | 101101 |
Color Harmonies of #D2CC12
Complementary color
Monochromatic Colors of #D2CC12
Black with #D2CC12
Text Example
Text Example
White with #D2CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC12; }
p { color: rgb(210,204,18); }
H1.HeaderClassName
{
color: #D2CC12;
}
.AnyTagClassName
{
color: #D2CC12;
}
</style>
background-color css
<style>
a { background-color: #D2CC12; }
a { background-color: rgb(210,204,18); }
div.DivClassName
{
background-color: #D2CC12;
}
.BgClassName
{
background-color: #D2CC12;
}
</style>
border-color css
<style>
span { border-color: #D2CC12; }
span { border-color: rgb(210,204,18); }
td.TdClassName
{
border-color: #D2CC12;
}
.TagClassName
{
border-color: #D2CC12;
}
</style>