Shades of Bird Flower #DCD709
Tints of Bird Flower #DCD709
RGB
CMYK
RGB Variations
Color information
#DCD709 (or 0xDCD709) is known color: Bird Flower. HEX triplet: DC, D7 and 09. RGB value is (220,215,9). Sum of RGB (Red+Green+Blue) = 220+215+9=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD709 is #2328F6. Grayscale: #C1C1C1. Windows color (decimal): -2304247 or 645084. OLE color: 645084.
HSL color Cylindrical-coordinate representation of color #DCD709: hue angle of 58.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCD709 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.14 |
| HSL | 58.58º | 0.92% | 0.45% | - |
| HSV(B) | 58.58º | 0.96% | 0.86% | - |
| XYZ | 53.86 | 63.84 | 9.74 | - |
| YUV | 193.01 | 24.16 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 9 | 0 | 0.02 | 0.96 | 0.14 | 58.58 | 0.92 | 0.45 |
| Hex | DC | D7 | 9 | 0 | 2 | 60 | E | 3B | 5C | 2D |
| Octal | 334 | 327 | 11 | 0 | 2 | 140 | 16 | 73 | 134 | 55 |
| Binary | 11011100 | 11010111 | 1001 | 0 | 10 | 1100000 | 1110 | 111011 | 1011100 | 101101 |
Color Harmonies of #DCD709
Complementary color
Monochromatic Colors of #DCD709
Black with #DCD709
Text Example
Text Example
White with #DCD709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD709; }
p { color: rgb(220,215,9); }
H1.HeaderClassName
{
color: #DCD709;
}
.AnyTagClassName
{
color: #DCD709;
}
</style>
background-color css
<style>
a { background-color: #DCD709; }
a { background-color: rgb(220,215,9); }
div.DivClassName
{
background-color: #DCD709;
}
.BgClassName
{
background-color: #DCD709;
}
</style>
border-color css
<style>
span { border-color: #DCD709; }
span { border-color: rgb(220,215,9); }
td.TdClassName
{
border-color: #DCD709;
}
.TagClassName
{
border-color: #DCD709;
}
</style>