Shades of Bird Flower #D2CB0B
Tints of Bird Flower #D2CB0B
RGB
CMYK
RGB Variations
Color information
#D2CB0B (or 0xD2CB0B) is known color: Bird Flower. HEX triplet: D2, CB and 0B. RGB value is (210,203,11). Sum of RGB (Red+Green+Blue) = 210+203+11=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CB0B is #2D34F4. Grayscale: #B7B7B7. Windows color (decimal): -2962677 or 773074. OLE color: 773074.
HSL color Cylindrical-coordinate representation of color #D2CB0B: hue angle of 57.89º 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 #D2CB0B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.18 |
| HSL | 57.89º | 0.9% | 0.43% | - |
| HSV(B) | 57.89º | 0.95% | 0.82% | - |
| XYZ | 47.99 | 56.44 | 8.68 | - |
| YUV | 183.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 11 | 0 | 0.03 | 0.95 | 0.18 | 57.89 | 0.9 | 0.43 |
| Hex | D2 | CB | B | 0 | 3 | 5F | 12 | 3A | 5A | 2B |
| Octal | 322 | 313 | 13 | 0 | 3 | 137 | 22 | 72 | 132 | 53 |
| Binary | 11010010 | 11001011 | 1011 | 0 | 11 | 1011111 | 10010 | 111010 | 1011010 | 101011 |
Color Harmonies of #D2CB0B
Complementary color
Monochromatic Colors of #D2CB0B
Black with #D2CB0B
Text Example
Text Example
White with #D2CB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB0B; }
p { color: rgb(210,203,11); }
H1.HeaderClassName
{
color: #D2CB0B;
}
.AnyTagClassName
{
color: #D2CB0B;
}
</style>
background-color css
<style>
a { background-color: #D2CB0B; }
a { background-color: rgb(210,203,11); }
div.DivClassName
{
background-color: #D2CB0B;
}
.BgClassName
{
background-color: #D2CB0B;
}
</style>
border-color css
<style>
span { border-color: #D2CB0B; }
span { border-color: rgb(210,203,11); }
td.TdClassName
{
border-color: #D2CB0B;
}
.TagClassName
{
border-color: #D2CB0B;
}
</style>