Shades of Bird Flower #D0CA03
Tints of Bird Flower #D0CA03
RGB
CMYK
RGB Variations
Color information
#D0CA03 (or 0xD0CA03) is known color: Bird Flower. HEX triplet: D0, CA and 03. RGB value is (208,202,3). Sum of RGB (Red+Green+Blue) = 208+202+3=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CA03 is #2F35FC. Grayscale: #B5B5B5. Windows color (decimal): -3094013 or 248528. OLE color: 248528.
HSL color Cylindrical-coordinate representation of color #D0CA03: hue angle of 58.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0CA03 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.18 |
| HSL | 58.24º | 0.97% | 0.41% | - |
| HSV(B) | 58.24º | 0.99% | 0.82% | - |
| XYZ | 47.15 | 55.66 | 8.34 | - |
| YUV | 181.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 3 | 0 | 0.03 | 0.99 | 0.18 | 58.24 | 0.97 | 0.41 |
| Hex | D0 | CA | 3 | 0 | 3 | 63 | 12 | 3A | 61 | 29 |
| Octal | 320 | 312 | 3 | 0 | 3 | 143 | 22 | 72 | 141 | 51 |
| Binary | 11010000 | 11001010 | 11 | 0 | 11 | 1100011 | 10010 | 111010 | 1100001 | 101001 |
Color Harmonies of #D0CA03
Complementary color
Monochromatic Colors of #D0CA03
Black with #D0CA03
Text Example
Text Example
White with #D0CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA03; }
p { color: rgb(208,202,3); }
H1.HeaderClassName
{
color: #D0CA03;
}
.AnyTagClassName
{
color: #D0CA03;
}
</style>
background-color css
<style>
a { background-color: #D0CA03; }
a { background-color: rgb(208,202,3); }
div.DivClassName
{
background-color: #D0CA03;
}
.BgClassName
{
background-color: #D0CA03;
}
</style>
border-color css
<style>
span { border-color: #D0CA03; }
span { border-color: rgb(208,202,3); }
td.TdClassName
{
border-color: #D0CA03;
}
.TagClassName
{
border-color: #D0CA03;
}
</style>