Shades of Bird Flower #D9CB01
Tints of Bird Flower #D9CB01
RGB
CMYK
RGB Variations
Color information
#D9CB01 (or 0xD9CB01) is known color: Bird Flower. HEX triplet: D9, CB and 01. RGB value is (217,203,1). Sum of RGB (Red+Green+Blue) = 217+203+1=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB01 is #2634FE. Grayscale: #B8B8B8. Windows color (decimal): -2503935 or 117721. OLE color: 117721.
HSL color Cylindrical-coordinate representation of color #D9CB01: hue angle of 56.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9CB01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.15 |
| HSL | 56.11º | 0.99% | 0.43% | - |
| HSV(B) | 56.11º | 1% | 0.85% | - |
| XYZ | 49.98 | 57.47 | 8.49 | - |
| YUV | 184.16 | 24.64 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 1 | 0 | 0.06 | 1.00 | 0.15 | 56.11 | 0.99 | 0.43 |
| Hex | D9 | CB | 1 | 0 | 6 | 64 | F | 38 | 63 | 2B |
| Octal | 331 | 313 | 1 | 0 | 6 | 144 | 17 | 70 | 143 | 53 |
| Binary | 11011001 | 11001011 | 1 | 0 | 110 | 1100100 | 1111 | 111000 | 1100011 | 101011 |
Color Harmonies of #D9CB01
Complementary color
Monochromatic Colors of #D9CB01
Black with #D9CB01
Text Example
Text Example
White with #D9CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB01; }
p { color: rgb(217,203,1); }
H1.HeaderClassName
{
color: #D9CB01;
}
.AnyTagClassName
{
color: #D9CB01;
}
</style>
background-color css
<style>
a { background-color: #D9CB01; }
a { background-color: rgb(217,203,1); }
div.DivClassName
{
background-color: #D9CB01;
}
.BgClassName
{
background-color: #D9CB01;
}
</style>
border-color css
<style>
span { border-color: #D9CB01; }
span { border-color: rgb(217,203,1); }
td.TdClassName
{
border-color: #D9CB01;
}
.TagClassName
{
border-color: #D9CB01;
}
</style>