Shades of Bird Flower #D1CC08
Tints of Bird Flower #D1CC08
RGB
CMYK
RGB Variations
Color information
#D1CC08 (or 0xD1CC08) is known color: Bird Flower. HEX triplet: D1, CC and 08. RGB value is (209,204,8). Sum of RGB (Red+Green+Blue) = 209+204+8=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC08 is #2E33F7. Grayscale: #B7B7B7. Windows color (decimal): -3027960 or 576721. OLE color: 576721.
HSL color Cylindrical-coordinate representation of color #D1CC08: hue angle of 58.51º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1CC08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.18 |
| HSL | 58.51º | 0.93% | 0.43% | - |
| HSV(B) | 58.51º | 0.96% | 0.82% | - |
| XYZ | 47.93 | 56.76 | 8.66 | - |
| YUV | 183.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 8 | 0 | 0.02 | 0.96 | 0.18 | 58.51 | 0.93 | 0.43 |
| Hex | D1 | CC | 8 | 0 | 2 | 60 | 12 | 3B | 5D | 2B |
| Octal | 321 | 314 | 10 | 0 | 2 | 140 | 22 | 73 | 135 | 53 |
| Binary | 11010001 | 11001100 | 1000 | 0 | 10 | 1100000 | 10010 | 111011 | 1011101 | 101011 |
Color Harmonies of #D1CC08
Complementary color
Monochromatic Colors of #D1CC08
Black with #D1CC08
Text Example
Text Example
White with #D1CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC08; }
p { color: rgb(209,204,8); }
H1.HeaderClassName
{
color: #D1CC08;
}
.AnyTagClassName
{
color: #D1CC08;
}
</style>
background-color css
<style>
a { background-color: #D1CC08; }
a { background-color: rgb(209,204,8); }
div.DivClassName
{
background-color: #D1CC08;
}
.BgClassName
{
background-color: #D1CC08;
}
</style>
border-color css
<style>
span { border-color: #D1CC08; }
span { border-color: rgb(209,204,8); }
td.TdClassName
{
border-color: #D1CC08;
}
.TagClassName
{
border-color: #D1CC08;
}
</style>