Shades of Bird Flower #DCD700
Tints of Bird Flower #DCD700
RGB
CMYK
RGB Variations
Color information
#DCD700 (or 0xDCD700) is known color: Bird Flower. HEX triplet: DC, D7 and 00. RGB value is (220,215,0). Sum of RGB (Red+Green+Blue) = 220+215+0=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD700 is #2328FF. Grayscale: #C0C0C0. Windows color (decimal): -2304256 or 55260. OLE color: 55260.
HSL color Cylindrical-coordinate representation of color #DCD700: hue angle of 58.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCD700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.14 |
| HSL | 58.64º | 1% | 0.43% | - |
| HSV(B) | 58.64º | 1% | 0.86% | - |
| XYZ | 53.82 | 63.82 | 9.48 | - |
| YUV | 191.99 | 19.66 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 0 | 0 | 0.02 | 1 | 0.14 | 58.64 | 1 | 0.43 |
| Hex | DC | D7 | 0 | 0 | 2 | 64 | E | 3B | 64 | 2B |
| Octal | 334 | 327 | 0 | 0 | 2 | 144 | 16 | 73 | 144 | 53 |
| Binary | 11011100 | 11010111 | 0 | 0 | 10 | 1100100 | 1110 | 111011 | 1100100 | 101011 |
Color Harmonies of #DCD700
Complementary color
Monochromatic Colors of #DCD700
Black with #DCD700
Text Example
Text Example
White with #DCD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD700; }
p { color: rgb(220,215,0); }
H1.HeaderClassName
{
color: #DCD700;
}
.AnyTagClassName
{
color: #DCD700;
}
</style>
background-color css
<style>
a { background-color: #DCD700; }
a { background-color: rgb(220,215,0); }
div.DivClassName
{
background-color: #DCD700;
}
.BgClassName
{
background-color: #DCD700;
}
</style>
border-color css
<style>
span { border-color: #DCD700; }
span { border-color: rgb(220,215,0); }
td.TdClassName
{
border-color: #DCD700;
}
.TagClassName
{
border-color: #DCD700;
}
</style>