Shades of Bird Flower #D0CA0D
Tints of Bird Flower #D0CA0D
RGB
CMYK
RGB Variations
Color information
#D0CA0D (or 0xD0CA0D) is known color: Bird Flower. HEX triplet: D0, CA and 0D. RGB value is (208,202,13). Sum of RGB (Red+Green+Blue) = 208+202+13=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CA0D is #2F35F2. Grayscale: #B7B7B7. Windows color (decimal): -3094003 or 903888. OLE color: 903888.
HSL color Cylindrical-coordinate representation of color #D0CA0D: hue angle of 58.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0CA0D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.18 |
| HSL | 58.15º | 0.88% | 0.43% | - |
| HSV(B) | 58.15º | 0.94% | 0.82% | - |
| XYZ | 47.21 | 55.68 | 8.64 | - |
| YUV | 182.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 13 | 0 | 0.03 | 0.94 | 0.18 | 58.15 | 0.88 | 0.43 |
| Hex | D0 | CA | D | 0 | 3 | 5E | 12 | 3A | 58 | 2B |
| Octal | 320 | 312 | 15 | 0 | 3 | 136 | 22 | 72 | 130 | 53 |
| Binary | 11010000 | 11001010 | 1101 | 0 | 11 | 1011110 | 10010 | 111010 | 1011000 | 101011 |
Color Harmonies of #D0CA0D
Complementary color
Monochromatic Colors of #D0CA0D
Black with #D0CA0D
Text Example
Text Example
White with #D0CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA0D; }
p { color: rgb(208,202,13); }
H1.HeaderClassName
{
color: #D0CA0D;
}
.AnyTagClassName
{
color: #D0CA0D;
}
</style>
background-color css
<style>
a { background-color: #D0CA0D; }
a { background-color: rgb(208,202,13); }
div.DivClassName
{
background-color: #D0CA0D;
}
.BgClassName
{
background-color: #D0CA0D;
}
</style>
border-color css
<style>
span { border-color: #D0CA0D; }
span { border-color: rgb(208,202,13); }
td.TdClassName
{
border-color: #D0CA0D;
}
.TagClassName
{
border-color: #D0CA0D;
}
</style>