Shades of Bird Flower #D2CC0B
Tints of Bird Flower #D2CC0B
RGB
CMYK
RGB Variations
Color information
#D2CC0B (or 0xD2CC0B) is known color: Bird Flower. HEX triplet: D2, CC and 0B. RGB value is (210,204,11). Sum of RGB (Red+Green+Blue) = 210+204+11=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC0B is #2D33F4. Grayscale: #B8B8B8. Windows color (decimal): -2962421 or 773330. OLE color: 773330.
HSL color Cylindrical-coordinate representation of color #D2CC0B: hue angle of 58.19º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2CC0B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.18 |
| HSL | 58.19º | 0.9% | 0.43% | - |
| HSV(B) | 58.19º | 0.95% | 0.82% | - |
| XYZ | 48.23 | 56.91 | 8.76 | - |
| YUV | 183.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 11 | 0 | 0.03 | 0.95 | 0.18 | 58.19 | 0.9 | 0.43 |
| Hex | D2 | CC | B | 0 | 3 | 5F | 12 | 3A | 5A | 2B |
| Octal | 322 | 314 | 13 | 0 | 3 | 137 | 22 | 72 | 132 | 53 |
| Binary | 11010010 | 11001100 | 1011 | 0 | 11 | 1011111 | 10010 | 111010 | 1011010 | 101011 |
Color Harmonies of #D2CC0B
Complementary color
Monochromatic Colors of #D2CC0B
Black with #D2CC0B
Text Example
Text Example
White with #D2CC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC0B; }
p { color: rgb(210,204,11); }
H1.HeaderClassName
{
color: #D2CC0B;
}
.AnyTagClassName
{
color: #D2CC0B;
}
</style>
background-color css
<style>
a { background-color: #D2CC0B; }
a { background-color: rgb(210,204,11); }
div.DivClassName
{
background-color: #D2CC0B;
}
.BgClassName
{
background-color: #D2CC0B;
}
</style>
border-color css
<style>
span { border-color: #D2CC0B; }
span { border-color: rgb(210,204,11); }
td.TdClassName
{
border-color: #D2CC0B;
}
.TagClassName
{
border-color: #D2CC0B;
}
</style>