Shades of Bird Flower #D0CA12
Tints of Bird Flower #D0CA12
RGB
CMYK
RGB Variations
Color information
#D0CA12 (or 0xD0CA12) is known color: Bird Flower. HEX triplet: D0, CA and 12. RGB value is (208,202,18). Sum of RGB (Red+Green+Blue) = 208+202+18=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CA12 is #2F35ED. Grayscale: #B7B7B7. Windows color (decimal): -3093998 or 1231568. OLE color: 1231568.
HSL color Cylindrical-coordinate representation of color #D0CA12: hue angle of 58.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0CA12 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.18 |
| HSL | 58.11º | 0.84% | 0.44% | - |
| HSV(B) | 58.11º | 0.91% | 0.82% | - |
| XYZ | 47.24 | 55.69 | 8.83 | - |
| YUV | 182.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 18 | 0 | 0.03 | 0.91 | 0.18 | 58.11 | 0.84 | 0.44 |
| Hex | D0 | CA | 12 | 0 | 3 | 5B | 12 | 3A | 54 | 2C |
| Octal | 320 | 312 | 22 | 0 | 3 | 133 | 22 | 72 | 124 | 54 |
| Binary | 11010000 | 11001010 | 10010 | 0 | 11 | 1011011 | 10010 | 111010 | 1010100 | 101100 |
Color Harmonies of #D0CA12
Complementary color
Monochromatic Colors of #D0CA12
Black with #D0CA12
Text Example
Text Example
White with #D0CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA12; }
p { color: rgb(208,202,18); }
H1.HeaderClassName
{
color: #D0CA12;
}
.AnyTagClassName
{
color: #D0CA12;
}
</style>
background-color css
<style>
a { background-color: #D0CA12; }
a { background-color: rgb(208,202,18); }
div.DivClassName
{
background-color: #D0CA12;
}
.BgClassName
{
background-color: #D0CA12;
}
</style>
border-color css
<style>
span { border-color: #D0CA12; }
span { border-color: rgb(208,202,18); }
td.TdClassName
{
border-color: #D0CA12;
}
.TagClassName
{
border-color: #D0CA12;
}
</style>