Shades of Bird Flower #D0CE0B
Tints of Bird Flower #D0CE0B
RGB
CMYK
RGB Variations
Color information
#D0CE0B (or 0xD0CE0B) is known color: Bird Flower. HEX triplet: D0, CE and 0B. RGB value is (208,206,11). Sum of RGB (Red+Green+Blue) = 208+206+11=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CE0B is #2F31F4. Grayscale: #B9B9B9. Windows color (decimal): -3092981 or 773840. OLE color: 773840.
HSL color Cylindrical-coordinate representation of color #D0CE0B: hue angle of 59.39º 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 #D0CE0B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.18 |
| HSL | 59.39º | 0.9% | 0.43% | - |
| HSV(B) | 59.39º | 0.95% | 0.82% | - |
| XYZ | 48.14 | 57.58 | 8.89 | - |
| YUV | 184.37 | 30.16 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 11 | 0 | 0.01 | 0.95 | 0.18 | 59.39 | 0.9 | 0.43 |
| Hex | D0 | CE | B | 0 | 1 | 5F | 12 | 3B | 5A | 2B |
| Octal | 320 | 316 | 13 | 0 | 1 | 137 | 22 | 73 | 132 | 53 |
| Binary | 11010000 | 11001110 | 1011 | 0 | 1 | 1011111 | 10010 | 111011 | 1011010 | 101011 |
Color Harmonies of #D0CE0B
Complementary color
Monochromatic Colors of #D0CE0B
Black with #D0CE0B
Text Example
Text Example
White with #D0CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE0B; }
p { color: rgb(208,206,11); }
H1.HeaderClassName
{
color: #D0CE0B;
}
.AnyTagClassName
{
color: #D0CE0B;
}
</style>
background-color css
<style>
a { background-color: #D0CE0B; }
a { background-color: rgb(208,206,11); }
div.DivClassName
{
background-color: #D0CE0B;
}
.BgClassName
{
background-color: #D0CE0B;
}
</style>
border-color css
<style>
span { border-color: #D0CE0B; }
span { border-color: rgb(208,206,11); }
td.TdClassName
{
border-color: #D0CE0B;
}
.TagClassName
{
border-color: #D0CE0B;
}
</style>