Shades of Bird Flower #DCD80A
Tints of Bird Flower #DCD80A
RGB
CMYK
RGB Variations
Color information
#DCD80A (or 0xDCD80A) is known color: Bird Flower. HEX triplet: DC, D8 and 0A. RGB value is (220,216,10). Sum of RGB (Red+Green+Blue) = 220+216+10=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD80A is #2327F5. Grayscale: #C2C2C2. Windows color (decimal): -2303990 or 710876. OLE color: 710876.
HSL color Cylindrical-coordinate representation of color #DCD80A: hue angle of 58.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCD80A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.14 |
| HSL | 58.86º | 0.91% | 0.45% | - |
| HSV(B) | 58.86º | 0.95% | 0.86% | - |
| XYZ | 54.13 | 64.35 | 9.86 | - |
| YUV | 193.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 10 | 0 | 0.02 | 0.95 | 0.14 | 58.86 | 0.91 | 0.45 |
| Hex | DC | D8 | A | 0 | 2 | 5F | E | 3B | 5B | 2D |
| Octal | 334 | 330 | 12 | 0 | 2 | 137 | 16 | 73 | 133 | 55 |
| Binary | 11011100 | 11011000 | 1010 | 0 | 10 | 1011111 | 1110 | 111011 | 1011011 | 101101 |
Color Harmonies of #DCD80A
Complementary color
Monochromatic Colors of #DCD80A
Black with #DCD80A
Text Example
Text Example
White with #DCD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD80A; }
p { color: rgb(220,216,10); }
H1.HeaderClassName
{
color: #DCD80A;
}
.AnyTagClassName
{
color: #DCD80A;
}
</style>
background-color css
<style>
a { background-color: #DCD80A; }
a { background-color: rgb(220,216,10); }
div.DivClassName
{
background-color: #DCD80A;
}
.BgClassName
{
background-color: #DCD80A;
}
</style>
border-color css
<style>
span { border-color: #DCD80A; }
span { border-color: rgb(220,216,10); }
td.TdClassName
{
border-color: #DCD80A;
}
.TagClassName
{
border-color: #DCD80A;
}
</style>