Shades of Bird Flower #D1CC02
Tints of Bird Flower #D1CC02
RGB
CMYK
RGB Variations
Color information
#D1CC02 (or 0xD1CC02) is known color: Bird Flower. HEX triplet: D1, CC and 02. RGB value is (209,204,2). Sum of RGB (Red+Green+Blue) = 209+204+2=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC02 is #2E33FD. Grayscale: #B7B7B7. Windows color (decimal): -3027966 or 183505. OLE color: 183505.
HSL color Cylindrical-coordinate representation of color #D1CC02: hue angle of 58.55º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1CC02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.18 |
| HSL | 58.55º | 0.98% | 0.41% | - |
| HSV(B) | 58.55º | 0.99% | 0.82% | - |
| XYZ | 47.9 | 56.75 | 8.49 | - |
| YUV | 182.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 2 | 0 | 0.02 | 0.99 | 0.18 | 58.55 | 0.98 | 0.41 |
| Hex | D1 | CC | 2 | 0 | 2 | 63 | 12 | 3B | 62 | 29 |
| Octal | 321 | 314 | 2 | 0 | 2 | 143 | 22 | 73 | 142 | 51 |
| Binary | 11010001 | 11001100 | 10 | 0 | 10 | 1100011 | 10010 | 111011 | 1100010 | 101001 |
Color Harmonies of #D1CC02
Complementary color
Monochromatic Colors of #D1CC02
Black with #D1CC02
Text Example
Text Example
White with #D1CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC02; }
p { color: rgb(209,204,2); }
H1.HeaderClassName
{
color: #D1CC02;
}
.AnyTagClassName
{
color: #D1CC02;
}
</style>
background-color css
<style>
a { background-color: #D1CC02; }
a { background-color: rgb(209,204,2); }
div.DivClassName
{
background-color: #D1CC02;
}
.BgClassName
{
background-color: #D1CC02;
}
</style>
border-color css
<style>
span { border-color: #D1CC02; }
span { border-color: rgb(209,204,2); }
td.TdClassName
{
border-color: #D1CC02;
}
.TagClassName
{
border-color: #D1CC02;
}
</style>