Shades of Bird Flower #D3CB05
Tints of Bird Flower #D3CB05
RGB
CMYK
RGB Variations
Color information
#D3CB05 (or 0xD3CB05) is known color: Bird Flower. HEX triplet: D3, CB and 05. RGB value is (211,203,5). Sum of RGB (Red+Green+Blue) = 211+203+5=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CB05 is #2C34FA. Grayscale: #B7B7B7. Windows color (decimal): -2897147 or 379859. OLE color: 379859.
HSL color Cylindrical-coordinate representation of color #D3CB05: hue angle of 57.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3CB05 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.17 |
| HSL | 57.67º | 0.95% | 0.42% | - |
| HSV(B) | 57.67º | 0.98% | 0.83% | - |
| XYZ | 48.25 | 56.57 | 8.52 | - |
| YUV | 182.82 | 27.65 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 5 | 0 | 0.04 | 0.98 | 0.17 | 57.67 | 0.95 | 0.42 |
| Hex | D3 | CB | 5 | 0 | 4 | 62 | 11 | 3A | 5F | 2A |
| Octal | 323 | 313 | 5 | 0 | 4 | 142 | 21 | 72 | 137 | 52 |
| Binary | 11010011 | 11001011 | 101 | 0 | 100 | 1100010 | 10001 | 111010 | 1011111 | 101010 |
Color Harmonies of #D3CB05
Complementary color
Monochromatic Colors of #D3CB05
Black with #D3CB05
Text Example
Text Example
White with #D3CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB05; }
p { color: rgb(211,203,5); }
H1.HeaderClassName
{
color: #D3CB05;
}
.AnyTagClassName
{
color: #D3CB05;
}
</style>
background-color css
<style>
a { background-color: #D3CB05; }
a { background-color: rgb(211,203,5); }
div.DivClassName
{
background-color: #D3CB05;
}
.BgClassName
{
background-color: #D3CB05;
}
</style>
border-color css
<style>
span { border-color: #D3CB05; }
span { border-color: rgb(211,203,5); }
td.TdClassName
{
border-color: #D3CB05;
}
.TagClassName
{
border-color: #D3CB05;
}
</style>