Shades of Bird Flower #D0C408
Tints of Bird Flower #D0C408
RGB
CMYK
RGB Variations
Color information
#D0C408 (or 0xD0C408) is known color: Bird Flower. HEX triplet: D0, C4 and 08. RGB value is (208,196,8). Sum of RGB (Red+Green+Blue) = 208+196+8=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C408 is #2F3BF7. Grayscale: #B2B2B2. Windows color (decimal): -3095544 or 574672. OLE color: 574672.
HSL color Cylindrical-coordinate representation of color #D0C408: hue angle of 56.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0C408 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.18 |
| HSL | 56.4º | 0.93% | 0.42% | - |
| HSV(B) | 56.4º | 0.96% | 0.82% | - |
| XYZ | 45.8 | 52.91 | 8.03 | - |
| YUV | 178.16 | 31.98 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 8 | 0 | 0.06 | 0.96 | 0.18 | 56.4 | 0.93 | 0.42 |
| Hex | D0 | C4 | 8 | 0 | 6 | 60 | 12 | 38 | 5D | 2A |
| Octal | 320 | 304 | 10 | 0 | 6 | 140 | 22 | 70 | 135 | 52 |
| Binary | 11010000 | 11000100 | 1000 | 0 | 110 | 1100000 | 10010 | 111000 | 1011101 | 101010 |
Color Harmonies of #D0C408
Complementary color
Monochromatic Colors of #D0C408
Black with #D0C408
Text Example
Text Example
White with #D0C408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C408; }
p { color: rgb(208,196,8); }
H1.HeaderClassName
{
color: #D0C408;
}
.AnyTagClassName
{
color: #D0C408;
}
</style>
background-color css
<style>
a { background-color: #D0C408; }
a { background-color: rgb(208,196,8); }
div.DivClassName
{
background-color: #D0C408;
}
.BgClassName
{
background-color: #D0C408;
}
</style>
border-color css
<style>
span { border-color: #D0C408; }
span { border-color: rgb(208,196,8); }
td.TdClassName
{
border-color: #D0C408;
}
.TagClassName
{
border-color: #D0C408;
}
</style>