Shades of Bird Flower #D2CB12
Tints of Bird Flower #D2CB12
RGB
CMYK
RGB Variations
Color information
#D2CB12 (or 0xD2CB12) is known color: Bird Flower. HEX triplet: D2, CB and 12. RGB value is (210,203,18). Sum of RGB (Red+Green+Blue) = 210+203+18=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CB12 is #2D34ED. Grayscale: #B8B8B8. Windows color (decimal): -2962670 or 1231826. OLE color: 1231826.
HSL color Cylindrical-coordinate representation of color #D2CB12: hue angle of 57.81º 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 #D2CB12 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.18 |
| HSL | 57.81º | 0.84% | 0.45% | - |
| HSV(B) | 57.81º | 0.91% | 0.82% | - |
| XYZ | 48.04 | 56.46 | 8.94 | - |
| YUV | 184 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 18 | 0 | 0.03 | 0.91 | 0.18 | 57.81 | 0.84 | 0.45 |
| Hex | D2 | CB | 12 | 0 | 3 | 5B | 12 | 3A | 54 | 2D |
| Octal | 322 | 313 | 22 | 0 | 3 | 133 | 22 | 72 | 124 | 55 |
| Binary | 11010010 | 11001011 | 10010 | 0 | 11 | 1011011 | 10010 | 111010 | 1010100 | 101101 |
Color Harmonies of #D2CB12
Complementary color
Monochromatic Colors of #D2CB12
Black with #D2CB12
Text Example
Text Example
White with #D2CB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB12; }
p { color: rgb(210,203,18); }
H1.HeaderClassName
{
color: #D2CB12;
}
.AnyTagClassName
{
color: #D2CB12;
}
</style>
background-color css
<style>
a { background-color: #D2CB12; }
a { background-color: rgb(210,203,18); }
div.DivClassName
{
background-color: #D2CB12;
}
.BgClassName
{
background-color: #D2CB12;
}
</style>
border-color css
<style>
span { border-color: #D2CB12; }
span { border-color: rgb(210,203,18); }
td.TdClassName
{
border-color: #D2CB12;
}
.TagClassName
{
border-color: #D2CB12;
}
</style>