Shades of Bird Flower #D2CC01
Tints of Bird Flower #D2CC01
RGB
CMYK
RGB Variations
Color information
#D2CC01 (or 0xD2CC01) is known color: Bird Flower. HEX triplet: D2, CC and 01. RGB value is (210,204,1). Sum of RGB (Red+Green+Blue) = 210+204+1=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC01 is #2D33FE. Grayscale: #B7B7B7. Windows color (decimal): -2962431 or 117970. OLE color: 117970.
HSL color Cylindrical-coordinate representation of color #D2CC01: hue angle of 58.28º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2CC01 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.18 |
| HSL | 58.28º | 0.99% | 0.41% | - |
| HSV(B) | 58.28º | 1% | 0.82% | - |
| XYZ | 48.18 | 56.89 | 8.47 | - |
| YUV | 182.65 | 25.49 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 1 | 0 | 0.03 | 1.00 | 0.18 | 58.28 | 0.99 | 0.41 |
| Hex | D2 | CC | 1 | 0 | 3 | 64 | 12 | 3A | 63 | 29 |
| Octal | 322 | 314 | 1 | 0 | 3 | 144 | 22 | 72 | 143 | 51 |
| Binary | 11010010 | 11001100 | 1 | 0 | 11 | 1100100 | 10010 | 111010 | 1100011 | 101001 |
Color Harmonies of #D2CC01
Complementary color
Monochromatic Colors of #D2CC01
Black with #D2CC01
Text Example
Text Example
White with #D2CC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC01; }
p { color: rgb(210,204,1); }
H1.HeaderClassName
{
color: #D2CC01;
}
.AnyTagClassName
{
color: #D2CC01;
}
</style>
background-color css
<style>
a { background-color: #D2CC01; }
a { background-color: rgb(210,204,1); }
div.DivClassName
{
background-color: #D2CC01;
}
.BgClassName
{
background-color: #D2CC01;
}
</style>
border-color css
<style>
span { border-color: #D2CC01; }
span { border-color: rgb(210,204,1); }
td.TdClassName
{
border-color: #D2CC01;
}
.TagClassName
{
border-color: #D2CC01;
}
</style>