Shades of Bird Flower #D1CC07
Tints of Bird Flower #D1CC07
RGB
CMYK
RGB Variations
Color information
#D1CC07 (or 0xD1CC07) is known color: Bird Flower. HEX triplet: D1, CC and 07. RGB value is (209,204,7). Sum of RGB (Red+Green+Blue) = 209+204+7=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC07 is #2E33F8. Grayscale: #B7B7B7. Windows color (decimal): -3027961 or 511185. OLE color: 511185.
HSL color Cylindrical-coordinate representation of color #D1CC07: hue angle of 58.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1CC07 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.18 |
| HSL | 58.51º | 0.94% | 0.42% | - |
| HSV(B) | 58.51º | 0.97% | 0.82% | - |
| XYZ | 47.93 | 56.76 | 8.63 | - |
| YUV | 183.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 7 | 0 | 0.02 | 0.97 | 0.18 | 58.51 | 0.94 | 0.42 |
| Hex | D1 | CC | 7 | 0 | 2 | 61 | 12 | 3B | 5E | 2A |
| Octal | 321 | 314 | 7 | 0 | 2 | 141 | 22 | 73 | 136 | 52 |
| Binary | 11010001 | 11001100 | 111 | 0 | 10 | 1100001 | 10010 | 111011 | 1011110 | 101010 |
Color Harmonies of #D1CC07
Complementary color
Monochromatic Colors of #D1CC07
Black with #D1CC07
Text Example
Text Example
White with #D1CC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC07; }
p { color: rgb(209,204,7); }
H1.HeaderClassName
{
color: #D1CC07;
}
.AnyTagClassName
{
color: #D1CC07;
}
</style>
background-color css
<style>
a { background-color: #D1CC07; }
a { background-color: rgb(209,204,7); }
div.DivClassName
{
background-color: #D1CC07;
}
.BgClassName
{
background-color: #D1CC07;
}
</style>
border-color css
<style>
span { border-color: #D1CC07; }
span { border-color: rgb(209,204,7); }
td.TdClassName
{
border-color: #D1CC07;
}
.TagClassName
{
border-color: #D1CC07;
}
</style>