Shades of Bird Flower #DCC800
Tints of Bird Flower #DCC800
RGB
CMYK
RGB Variations
Color information
#DCC800 (or 0xDCC800) is known color: Bird Flower. HEX triplet: DC, C8 and 00. RGB value is (220,200,0). Sum of RGB (Red+Green+Blue) = 220+200+0=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC800 is #2337FF. Grayscale: #B8B8B8. Windows color (decimal): -2308096 or 51420. OLE color: 51420.
HSL color Cylindrical-coordinate representation of color #DCC800: hue angle of 54.55º 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 #DCC800 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.14 |
| HSL | 54.55º | 1% | 0.43% | - |
| HSV(B) | 54.55º | 1% | 0.86% | - |
| XYZ | 50.17 | 56.52 | 8.27 | - |
| YUV | 183.18 | 24.63 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 0 | 0 | 0.09 | 1 | 0.14 | 54.55 | 1 | 0.43 |
| Hex | DC | C8 | 0 | 0 | 9 | 64 | E | 37 | 64 | 2B |
| Octal | 334 | 310 | 0 | 0 | 11 | 144 | 16 | 67 | 144 | 53 |
| Binary | 11011100 | 11001000 | 0 | 0 | 1001 | 1100100 | 1110 | 110111 | 1100100 | 101011 |
Color Harmonies of #DCC800
Complementary color
Monochromatic Colors of #DCC800
Black with #DCC800
Text Example
Text Example
White with #DCC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC800; }
p { color: rgb(220,200,0); }
H1.HeaderClassName
{
color: #DCC800;
}
.AnyTagClassName
{
color: #DCC800;
}
</style>
background-color css
<style>
a { background-color: #DCC800; }
a { background-color: rgb(220,200,0); }
div.DivClassName
{
background-color: #DCC800;
}
.BgClassName
{
background-color: #DCC800;
}
</style>
border-color css
<style>
span { border-color: #DCC800; }
span { border-color: rgb(220,200,0); }
td.TdClassName
{
border-color: #DCC800;
}
.TagClassName
{
border-color: #DCC800;
}
</style>