Shades of Bird Flower #DCD600
Tints of Bird Flower #DCD600
RGB
CMYK
RGB Variations
Color information
#DCD600 (or 0xDCD600) is known color: Bird Flower. HEX triplet: DC, D6 and 00. RGB value is (220,214,0). Sum of RGB (Red+Green+Blue) = 220+214+0=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD600 is #2329FF. Grayscale: #C0C0C0. Windows color (decimal): -2304512 or 55004. OLE color: 55004.
HSL color Cylindrical-coordinate representation of color #DCD600: hue angle of 58.36º 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 #DCD600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.14 |
| HSL | 58.36º | 1% | 0.43% | - |
| HSV(B) | 58.36º | 1% | 0.86% | - |
| XYZ | 53.56 | 63.31 | 9.4 | - |
| YUV | 191.4 | 19.99 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 0 | 0 | 0.03 | 1 | 0.14 | 58.36 | 1 | 0.43 |
| Hex | DC | D6 | 0 | 0 | 3 | 64 | E | 3A | 64 | 2B |
| Octal | 334 | 326 | 0 | 0 | 3 | 144 | 16 | 72 | 144 | 53 |
| Binary | 11011100 | 11010110 | 0 | 0 | 11 | 1100100 | 1110 | 111010 | 1100100 | 101011 |
Color Harmonies of #DCD600
Complementary color
Monochromatic Colors of #DCD600
Black with #DCD600
Text Example
Text Example
White with #DCD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD600; }
p { color: rgb(220,214,0); }
H1.HeaderClassName
{
color: #DCD600;
}
.AnyTagClassName
{
color: #DCD600;
}
</style>
background-color css
<style>
a { background-color: #DCD600; }
a { background-color: rgb(220,214,0); }
div.DivClassName
{
background-color: #DCD600;
}
.BgClassName
{
background-color: #DCD600;
}
</style>
border-color css
<style>
span { border-color: #DCD600; }
span { border-color: rgb(220,214,0); }
td.TdClassName
{
border-color: #DCD600;
}
.TagClassName
{
border-color: #DCD600;
}
</style>