Shades of Bird Flower #D0CC04
Tints of Bird Flower #D0CC04
RGB
CMYK
RGB Variations
Color information
#D0CC04 (or 0xD0CC04) is known color: Bird Flower. HEX triplet: D0, CC and 04. RGB value is (208,204,4). Sum of RGB (Red+Green+Blue) = 208+204+4=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC04 is #2F33FB. Grayscale: #B7B7B7. Windows color (decimal): -3093500 or 314576. OLE color: 314576.
HSL color Cylindrical-coordinate representation of color #D0CC04: hue angle of 58.82º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0CC04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.18 |
| HSL | 58.82º | 0.96% | 0.42% | - |
| HSV(B) | 58.82º | 0.98% | 0.82% | - |
| XYZ | 47.63 | 56.6 | 8.53 | - |
| YUV | 182.4 | 27.33 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 4 | 0 | 0.02 | 0.98 | 0.18 | 58.82 | 0.96 | 0.42 |
| Hex | D0 | CC | 4 | 0 | 2 | 62 | 12 | 3B | 60 | 2A |
| Octal | 320 | 314 | 4 | 0 | 2 | 142 | 22 | 73 | 140 | 52 |
| Binary | 11010000 | 11001100 | 100 | 0 | 10 | 1100010 | 10010 | 111011 | 1100000 | 101010 |
Color Harmonies of #D0CC04
Complementary color
Monochromatic Colors of #D0CC04
Black with #D0CC04
Text Example
Text Example
White with #D0CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC04; }
p { color: rgb(208,204,4); }
H1.HeaderClassName
{
color: #D0CC04;
}
.AnyTagClassName
{
color: #D0CC04;
}
</style>
background-color css
<style>
a { background-color: #D0CC04; }
a { background-color: rgb(208,204,4); }
div.DivClassName
{
background-color: #D0CC04;
}
.BgClassName
{
background-color: #D0CC04;
}
</style>
border-color css
<style>
span { border-color: #D0CC04; }
span { border-color: rgb(208,204,4); }
td.TdClassName
{
border-color: #D0CC04;
}
.TagClassName
{
border-color: #D0CC04;
}
</style>