Shades of Bird Flower #DCD807
Tints of Bird Flower #DCD807
RGB
CMYK
RGB Variations
Color information
#DCD807 (or 0xDCD807) is known color: Bird Flower. HEX triplet: DC, D8 and 07. RGB value is (220,216,7). Sum of RGB (Red+Green+Blue) = 220+216+7=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD807 is #2327F8. Grayscale: #C2C2C2. Windows color (decimal): -2303993 or 514268. OLE color: 514268.
HSL color Cylindrical-coordinate representation of color #DCD807: hue angle of 58.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCD807 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.14 |
| HSL | 58.87º | 0.94% | 0.45% | - |
| HSV(B) | 58.87º | 0.97% | 0.86% | - |
| XYZ | 54.11 | 64.34 | 9.77 | - |
| YUV | 193.37 | 22.83 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 7 | 0 | 0.02 | 0.97 | 0.14 | 58.87 | 0.94 | 0.45 |
| Hex | DC | D8 | 7 | 0 | 2 | 61 | E | 3B | 5E | 2D |
| Octal | 334 | 330 | 7 | 0 | 2 | 141 | 16 | 73 | 136 | 55 |
| Binary | 11011100 | 11011000 | 111 | 0 | 10 | 1100001 | 1110 | 111011 | 1011110 | 101101 |
Color Harmonies of #DCD807
Complementary color
Monochromatic Colors of #DCD807
Black with #DCD807
Text Example
Text Example
White with #DCD807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD807; }
p { color: rgb(220,216,7); }
H1.HeaderClassName
{
color: #DCD807;
}
.AnyTagClassName
{
color: #DCD807;
}
</style>
background-color css
<style>
a { background-color: #DCD807; }
a { background-color: rgb(220,216,7); }
div.DivClassName
{
background-color: #DCD807;
}
.BgClassName
{
background-color: #DCD807;
}
</style>
border-color css
<style>
span { border-color: #DCD807; }
span { border-color: rgb(220,216,7); }
td.TdClassName
{
border-color: #DCD807;
}
.TagClassName
{
border-color: #DCD807;
}
</style>