Shades of Bird Flower #D9CB02
Tints of Bird Flower #D9CB02
RGB
CMYK
RGB Variations
Color information
#D9CB02 (or 0xD9CB02) is known color: Bird Flower. HEX triplet: D9, CB and 02. RGB value is (217,203,2). Sum of RGB (Red+Green+Blue) = 217+203+2=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB02 is #2634FD. Grayscale: #B9B9B9. Windows color (decimal): -2503934 or 183257. OLE color: 183257.
HSL color Cylindrical-coordinate representation of color #D9CB02: hue angle of 56.09º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9CB02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.15 |
| HSL | 56.09º | 0.98% | 0.43% | - |
| HSV(B) | 56.09º | 0.99% | 0.85% | - |
| XYZ | 49.98 | 57.47 | 8.52 | - |
| YUV | 184.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 2 | 0 | 0.06 | 0.99 | 0.15 | 56.09 | 0.98 | 0.43 |
| Hex | D9 | CB | 2 | 0 | 6 | 63 | F | 38 | 62 | 2B |
| Octal | 331 | 313 | 2 | 0 | 6 | 143 | 17 | 70 | 142 | 53 |
| Binary | 11011001 | 11001011 | 10 | 0 | 110 | 1100011 | 1111 | 111000 | 1100010 | 101011 |
Color Harmonies of #D9CB02
Complementary color
Monochromatic Colors of #D9CB02
Black with #D9CB02
Text Example
Text Example
White with #D9CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB02; }
p { color: rgb(217,203,2); }
H1.HeaderClassName
{
color: #D9CB02;
}
.AnyTagClassName
{
color: #D9CB02;
}
</style>
background-color css
<style>
a { background-color: #D9CB02; }
a { background-color: rgb(217,203,2); }
div.DivClassName
{
background-color: #D9CB02;
}
.BgClassName
{
background-color: #D9CB02;
}
</style>
border-color css
<style>
span { border-color: #D9CB02; }
span { border-color: rgb(217,203,2); }
td.TdClassName
{
border-color: #D9CB02;
}
.TagClassName
{
border-color: #D9CB02;
}
</style>