Shades of Bird Flower #DCD907
Tints of Bird Flower #DCD907
RGB
CMYK
RGB Variations
Color information
#DCD907 (or 0xDCD907) is known color: Bird Flower. HEX triplet: DC, D9 and 07. RGB value is (220,217,7). Sum of RGB (Red+Green+Blue) = 220+217+7=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD907 is #2326F8. Grayscale: #C2C2C2. Windows color (decimal): -2303737 or 514524. OLE color: 514524.
HSL color Cylindrical-coordinate representation of color #DCD907: hue angle of 59.15º 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 #DCD907 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.14 |
| HSL | 59.15º | 0.94% | 0.45% | - |
| HSV(B) | 59.15º | 0.97% | 0.86% | - |
| XYZ | 54.37 | 64.86 | 9.85 | - |
| YUV | 193.96 | 22.49 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 7 | 0 | 0.01 | 0.97 | 0.14 | 59.15 | 0.94 | 0.45 |
| Hex | DC | D9 | 7 | 0 | 1 | 61 | E | 3B | 5E | 2D |
| Octal | 334 | 331 | 7 | 0 | 1 | 141 | 16 | 73 | 136 | 55 |
| Binary | 11011100 | 11011001 | 111 | 0 | 1 | 1100001 | 1110 | 111011 | 1011110 | 101101 |
Color Harmonies of #DCD907
Complementary color
Monochromatic Colors of #DCD907
Black with #DCD907
Text Example
Text Example
White with #DCD907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD907; }
p { color: rgb(220,217,7); }
H1.HeaderClassName
{
color: #DCD907;
}
.AnyTagClassName
{
color: #DCD907;
}
</style>
background-color css
<style>
a { background-color: #DCD907; }
a { background-color: rgb(220,217,7); }
div.DivClassName
{
background-color: #DCD907;
}
.BgClassName
{
background-color: #DCD907;
}
</style>
border-color css
<style>
span { border-color: #DCD907; }
span { border-color: rgb(220,217,7); }
td.TdClassName
{
border-color: #DCD907;
}
.TagClassName
{
border-color: #DCD907;
}
</style>