Shades of Bird Flower #D0C912
Tints of Bird Flower #D0C912
RGB
CMYK
RGB Variations
Color information
#D0C912 (or 0xD0C912) is known color: Bird Flower. HEX triplet: D0, C9 and 12. RGB value is (208,201,18). Sum of RGB (Red+Green+Blue) = 208+201+18=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C912 is #2F36ED. Grayscale: #B6B6B6. Windows color (decimal): -3094254 or 1231312. OLE color: 1231312.
HSL color Cylindrical-coordinate representation of color #D0C912: hue angle of 57.79º 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 #D0C912 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.18 |
| HSL | 57.79º | 0.84% | 0.44% | - |
| HSV(B) | 57.79º | 0.91% | 0.82% | - |
| XYZ | 47.01 | 55.23 | 8.75 | - |
| YUV | 182.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 18 | 0 | 0.03 | 0.91 | 0.18 | 57.79 | 0.84 | 0.44 |
| Hex | D0 | C9 | 12 | 0 | 3 | 5B | 12 | 3A | 54 | 2C |
| Octal | 320 | 311 | 22 | 0 | 3 | 133 | 22 | 72 | 124 | 54 |
| Binary | 11010000 | 11001001 | 10010 | 0 | 11 | 1011011 | 10010 | 111010 | 1010100 | 101100 |
Color Harmonies of #D0C912
Complementary color
Monochromatic Colors of #D0C912
Black with #D0C912
Text Example
Text Example
White with #D0C912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C912; }
p { color: rgb(208,201,18); }
H1.HeaderClassName
{
color: #D0C912;
}
.AnyTagClassName
{
color: #D0C912;
}
</style>
background-color css
<style>
a { background-color: #D0C912; }
a { background-color: rgb(208,201,18); }
div.DivClassName
{
background-color: #D0C912;
}
.BgClassName
{
background-color: #D0C912;
}
</style>
border-color css
<style>
span { border-color: #D0C912; }
span { border-color: rgb(208,201,18); }
td.TdClassName
{
border-color: #D0C912;
}
.TagClassName
{
border-color: #D0C912;
}
</style>