Shades of Bird Flower #D0CD0A
Tints of Bird Flower #D0CD0A
RGB
CMYK
RGB Variations
Color information
#D0CD0A (or 0xD0CD0A) is known color: Bird Flower. HEX triplet: D0, CD and 0A. RGB value is (208,205,10). Sum of RGB (Red+Green+Blue) = 208+205+10=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CD0A is #2F32F5. Grayscale: #B8B8B8. Windows color (decimal): -3093238 or 708048. OLE color: 708048.
HSL color Cylindrical-coordinate representation of color #D0CD0A: hue angle of 59.09º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0CD0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.18 |
| HSL | 59.09º | 0.91% | 0.43% | - |
| HSV(B) | 59.09º | 0.95% | 0.82% | - |
| XYZ | 47.9 | 57.09 | 8.78 | - |
| YUV | 183.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 10 | 0 | 0.01 | 0.95 | 0.18 | 59.09 | 0.91 | 0.43 |
| Hex | D0 | CD | A | 0 | 1 | 5F | 12 | 3B | 5B | 2B |
| Octal | 320 | 315 | 12 | 0 | 1 | 137 | 22 | 73 | 133 | 53 |
| Binary | 11010000 | 11001101 | 1010 | 0 | 1 | 1011111 | 10010 | 111011 | 1011011 | 101011 |
Color Harmonies of #D0CD0A
Complementary color
Monochromatic Colors of #D0CD0A
Black with #D0CD0A
Text Example
Text Example
White with #D0CD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD0A; }
p { color: rgb(208,205,10); }
H1.HeaderClassName
{
color: #D0CD0A;
}
.AnyTagClassName
{
color: #D0CD0A;
}
</style>
background-color css
<style>
a { background-color: #D0CD0A; }
a { background-color: rgb(208,205,10); }
div.DivClassName
{
background-color: #D0CD0A;
}
.BgClassName
{
background-color: #D0CD0A;
}
</style>
border-color css
<style>
span { border-color: #D0CD0A; }
span { border-color: rgb(208,205,10); }
td.TdClassName
{
border-color: #D0CD0A;
}
.TagClassName
{
border-color: #D0CD0A;
}
</style>