Shades of Bird Flower #D4CC00
Tints of Bird Flower #D4CC00
RGB
CMYK
RGB Variations
Color information
#D4CC00 (or 0xD4CC00) is known color: Bird Flower. HEX triplet: D4, CC and 00. RGB value is (212,204,0). Sum of RGB (Red+Green+Blue) = 212+204+0=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CC00 is #2B33FF. Grayscale: #B7B7B7. Windows color (decimal): -2831360 or 52436. OLE color: 52436.
HSL color Cylindrical-coordinate representation of color #D4CC00: hue angle of 57.74º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4CC00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.17 |
| HSL | 57.74º | 1% | 0.42% | - |
| HSV(B) | 57.74º | 1% | 0.83% | - |
| XYZ | 48.74 | 57.18 | 8.47 | - |
| YUV | 183.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 0 | 0 | 0.04 | 1 | 0.17 | 57.74 | 1 | 0.42 |
| Hex | D4 | CC | 0 | 0 | 4 | 64 | 11 | 3A | 64 | 2A |
| Octal | 324 | 314 | 0 | 0 | 4 | 144 | 21 | 72 | 144 | 52 |
| Binary | 11010100 | 11001100 | 0 | 0 | 100 | 1100100 | 10001 | 111010 | 1100100 | 101010 |
Color Harmonies of #D4CC00
Complementary color
Monochromatic Colors of #D4CC00
Black with #D4CC00
Text Example
Text Example
White with #D4CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC00; }
p { color: rgb(212,204,0); }
H1.HeaderClassName
{
color: #D4CC00;
}
.AnyTagClassName
{
color: #D4CC00;
}
</style>
background-color css
<style>
a { background-color: #D4CC00; }
a { background-color: rgb(212,204,0); }
div.DivClassName
{
background-color: #D4CC00;
}
.BgClassName
{
background-color: #D4CC00;
}
</style>
border-color css
<style>
span { border-color: #D4CC00; }
span { border-color: rgb(212,204,0); }
td.TdClassName
{
border-color: #D4CC00;
}
.TagClassName
{
border-color: #D4CC00;
}
</style>