Shades of Bird Flower #D0CC12
Tints of Bird Flower #D0CC12
RGB
CMYK
RGB Variations
Color information
#D0CC12 (or 0xD0CC12) is known color: Bird Flower. HEX triplet: D0, CC and 12. RGB value is (208,204,18). Sum of RGB (Red+Green+Blue) = 208+204+18=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC12 is #2F33ED. Grayscale: #B8B8B8. Windows color (decimal): -3093486 or 1232080. OLE color: 1232080.
HSL color Cylindrical-coordinate representation of color #D0CC12: hue angle of 58.74º 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 #D0CC12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.18 |
| HSL | 58.74º | 0.84% | 0.44% | - |
| HSV(B) | 58.74º | 0.91% | 0.82% | - |
| XYZ | 47.71 | 56.64 | 8.99 | - |
| YUV | 183.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 18 | 0 | 0.02 | 0.91 | 0.18 | 58.74 | 0.84 | 0.44 |
| Hex | D0 | CC | 12 | 0 | 2 | 5B | 12 | 3B | 54 | 2C |
| Octal | 320 | 314 | 22 | 0 | 2 | 133 | 22 | 73 | 124 | 54 |
| Binary | 11010000 | 11001100 | 10010 | 0 | 10 | 1011011 | 10010 | 111011 | 1010100 | 101100 |
Color Harmonies of #D0CC12
Complementary color
Monochromatic Colors of #D0CC12
Black with #D0CC12
Text Example
Text Example
White with #D0CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC12; }
p { color: rgb(208,204,18); }
H1.HeaderClassName
{
color: #D0CC12;
}
.AnyTagClassName
{
color: #D0CC12;
}
</style>
background-color css
<style>
a { background-color: #D0CC12; }
a { background-color: rgb(208,204,18); }
div.DivClassName
{
background-color: #D0CC12;
}
.BgClassName
{
background-color: #D0CC12;
}
</style>
border-color css
<style>
span { border-color: #D0CC12; }
span { border-color: rgb(208,204,18); }
td.TdClassName
{
border-color: #D0CC12;
}
.TagClassName
{
border-color: #D0CC12;
}
</style>