Shades of Bird Flower #D2CC02
Tints of Bird Flower #D2CC02
RGB
CMYK
RGB Variations
Color information
#D2CC02 (or 0xD2CC02) is known color: Bird Flower. HEX triplet: D2, CC and 02. RGB value is (210,204,2). Sum of RGB (Red+Green+Blue) = 210+204+2=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC02 is #2D33FD. Grayscale: #B7B7B7. Windows color (decimal): -2962430 or 183506. OLE color: 183506.
HSL color Cylindrical-coordinate representation of color #D2CC02: hue angle of 58.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2CC02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.18 |
| HSL | 58.27º | 0.98% | 0.42% | - |
| HSV(B) | 58.27º | 0.99% | 0.82% | - |
| XYZ | 48.18 | 56.89 | 8.5 | - |
| YUV | 182.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 2 | 0 | 0.03 | 0.99 | 0.18 | 58.27 | 0.98 | 0.42 |
| Hex | D2 | CC | 2 | 0 | 3 | 63 | 12 | 3A | 62 | 2A |
| Octal | 322 | 314 | 2 | 0 | 3 | 143 | 22 | 72 | 142 | 52 |
| Binary | 11010010 | 11001100 | 10 | 0 | 11 | 1100011 | 10010 | 111010 | 1100010 | 101010 |
Color Harmonies of #D2CC02
Complementary color
Monochromatic Colors of #D2CC02
Black with #D2CC02
Text Example
Text Example
White with #D2CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC02; }
p { color: rgb(210,204,2); }
H1.HeaderClassName
{
color: #D2CC02;
}
.AnyTagClassName
{
color: #D2CC02;
}
</style>
background-color css
<style>
a { background-color: #D2CC02; }
a { background-color: rgb(210,204,2); }
div.DivClassName
{
background-color: #D2CC02;
}
.BgClassName
{
background-color: #D2CC02;
}
</style>
border-color css
<style>
span { border-color: #D2CC02; }
span { border-color: rgb(210,204,2); }
td.TdClassName
{
border-color: #D2CC02;
}
.TagClassName
{
border-color: #D2CC02;
}
</style>