Shades of Bird Flower #D2C612
Tints of Bird Flower #D2C612
RGB
CMYK
RGB Variations
Color information
#D2C612 (or 0xD2C612) is known color: Bird Flower. HEX triplet: D2, C6 and 12. RGB value is (210,198,18). Sum of RGB (Red+Green+Blue) = 210+198+18=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C612 is #2D39ED. Grayscale: #B5B5B5. Windows color (decimal): -2963950 or 1230546. OLE color: 1230546.
HSL color Cylindrical-coordinate representation of color #D2C612: hue angle of 56.25º 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 #D2C612 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 18 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.18 |
| HSL | 56.25º | 0.84% | 0.45% | - |
| HSV(B) | 56.25º | 0.91% | 0.82% | - |
| XYZ | 46.88 | 54.13 | 8.55 | - |
| YUV | 181.07 | 35.98 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 18 | 0 | 0.06 | 0.91 | 0.18 | 56.25 | 0.84 | 0.45 |
| Hex | D2 | C6 | 12 | 0 | 6 | 5B | 12 | 38 | 54 | 2D |
| Octal | 322 | 306 | 22 | 0 | 6 | 133 | 22 | 70 | 124 | 55 |
| Binary | 11010010 | 11000110 | 10010 | 0 | 110 | 1011011 | 10010 | 111000 | 1010100 | 101101 |
Color Harmonies of #D2C612
Complementary color
Monochromatic Colors of #D2C612
Black with #D2C612
Text Example
Text Example
White with #D2C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C612; }
p { color: rgb(210,198,18); }
H1.HeaderClassName
{
color: #D2C612;
}
.AnyTagClassName
{
color: #D2C612;
}
</style>
background-color css
<style>
a { background-color: #D2C612; }
a { background-color: rgb(210,198,18); }
div.DivClassName
{
background-color: #D2C612;
}
.BgClassName
{
background-color: #D2C612;
}
</style>
border-color css
<style>
span { border-color: #D2C612; }
span { border-color: rgb(210,198,18); }
td.TdClassName
{
border-color: #D2C612;
}
.TagClassName
{
border-color: #D2C612;
}
</style>