Shades of Bird Flower #D9CA03
Tints of Bird Flower #D9CA03
RGB
CMYK
RGB Variations
Color information
#D9CA03 (or 0xD9CA03) is known color: Bird Flower. HEX triplet: D9, CA and 03. RGB value is (217,202,3). Sum of RGB (Red+Green+Blue) = 217+202+3=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA03 is #2635FC. Grayscale: #B8B8B8. Windows color (decimal): -2504189 or 248537. OLE color: 248537.
HSL color Cylindrical-coordinate representation of color #D9CA03: hue angle of 55.79º degrees, saturation: 0.97, 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 #D9CA03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.15 |
| HSL | 55.79º | 0.97% | 0.43% | - |
| HSV(B) | 55.79º | 0.99% | 0.85% | - |
| XYZ | 49.75 | 57 | 8.47 | - |
| YUV | 183.8 | 25.97 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 3 | 0 | 0.07 | 0.99 | 0.15 | 55.79 | 0.97 | 0.43 |
| Hex | D9 | CA | 3 | 0 | 7 | 63 | F | 38 | 61 | 2B |
| Octal | 331 | 312 | 3 | 0 | 7 | 143 | 17 | 70 | 141 | 53 |
| Binary | 11011001 | 11001010 | 11 | 0 | 111 | 1100011 | 1111 | 111000 | 1100001 | 101011 |
Color Harmonies of #D9CA03
Complementary color
Monochromatic Colors of #D9CA03
Black with #D9CA03
Text Example
Text Example
White with #D9CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA03; }
p { color: rgb(217,202,3); }
H1.HeaderClassName
{
color: #D9CA03;
}
.AnyTagClassName
{
color: #D9CA03;
}
</style>
background-color css
<style>
a { background-color: #D9CA03; }
a { background-color: rgb(217,202,3); }
div.DivClassName
{
background-color: #D9CA03;
}
.BgClassName
{
background-color: #D9CA03;
}
</style>
border-color css
<style>
span { border-color: #D9CA03; }
span { border-color: rgb(217,202,3); }
td.TdClassName
{
border-color: #D9CA03;
}
.TagClassName
{
border-color: #D9CA03;
}
</style>