Shades of Bird Flower #D0CB01
Tints of Bird Flower #D0CB01
RGB
CMYK
RGB Variations
Color information
#D0CB01 (or 0xD0CB01) is known color: Bird Flower. HEX triplet: D0, CB and 01. RGB value is (208,203,1). Sum of RGB (Red+Green+Blue) = 208+203+1=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CB01 is #2F34FE. Grayscale: #B6B6B6. Windows color (decimal): -3093759 or 117712. OLE color: 117712.
HSL color Cylindrical-coordinate representation of color #D0CB01: hue angle of 58.55º 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 #D0CB01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.18 |
| HSL | 58.55º | 0.99% | 0.41% | - |
| HSV(B) | 58.55º | 1% | 0.82% | - |
| XYZ | 47.37 | 56.12 | 8.36 | - |
| YUV | 181.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 1 | 0 | 0.02 | 1.00 | 0.18 | 58.55 | 0.99 | 0.41 |
| Hex | D0 | CB | 1 | 0 | 2 | 64 | 12 | 3B | 63 | 29 |
| Octal | 320 | 313 | 1 | 0 | 2 | 144 | 22 | 73 | 143 | 51 |
| Binary | 11010000 | 11001011 | 1 | 0 | 10 | 1100100 | 10010 | 111011 | 1100011 | 101001 |
Color Harmonies of #D0CB01
Complementary color
Monochromatic Colors of #D0CB01
Black with #D0CB01
Text Example
Text Example
White with #D0CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB01; }
p { color: rgb(208,203,1); }
H1.HeaderClassName
{
color: #D0CB01;
}
.AnyTagClassName
{
color: #D0CB01;
}
</style>
background-color css
<style>
a { background-color: #D0CB01; }
a { background-color: rgb(208,203,1); }
div.DivClassName
{
background-color: #D0CB01;
}
.BgClassName
{
background-color: #D0CB01;
}
</style>
border-color css
<style>
span { border-color: #D0CB01; }
span { border-color: rgb(208,203,1); }
td.TdClassName
{
border-color: #D0CB01;
}
.TagClassName
{
border-color: #D0CB01;
}
</style>