Shades of Bird Flower #DCD40C
Tints of Bird Flower #DCD40C
RGB
CMYK
RGB Variations
Color information
#DCD40C (or 0xDCD40C) is known color: Bird Flower. HEX triplet: DC, D4 and 0C. RGB value is (220,212,12). Sum of RGB (Red+Green+Blue) = 220+212+12=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD40C is #232BF3. Grayscale: #C0C0C0. Windows color (decimal): -2305012 or 840924. OLE color: 840924.
HSL color Cylindrical-coordinate representation of color #DCD40C: hue angle of 57.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCD40C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.14 |
| HSL | 57.69º | 0.9% | 0.45% | - |
| HSV(B) | 57.69º | 0.95% | 0.86% | - |
| XYZ | 53.13 | 62.33 | 9.58 | - |
| YUV | 191.59 | 26.65 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 12 | 0 | 0.04 | 0.95 | 0.14 | 57.69 | 0.9 | 0.45 |
| Hex | DC | D4 | C | 0 | 4 | 5F | E | 3A | 5A | 2D |
| Octal | 334 | 324 | 14 | 0 | 4 | 137 | 16 | 72 | 132 | 55 |
| Binary | 11011100 | 11010100 | 1100 | 0 | 100 | 1011111 | 1110 | 111010 | 1011010 | 101101 |
Color Harmonies of #DCD40C
Complementary color
Monochromatic Colors of #DCD40C
Black with #DCD40C
Text Example
Text Example
White with #DCD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD40C; }
p { color: rgb(220,212,12); }
H1.HeaderClassName
{
color: #DCD40C;
}
.AnyTagClassName
{
color: #DCD40C;
}
</style>
background-color css
<style>
a { background-color: #DCD40C; }
a { background-color: rgb(220,212,12); }
div.DivClassName
{
background-color: #DCD40C;
}
.BgClassName
{
background-color: #DCD40C;
}
</style>
border-color css
<style>
span { border-color: #DCD40C; }
span { border-color: rgb(220,212,12); }
td.TdClassName
{
border-color: #DCD40C;
}
.TagClassName
{
border-color: #DCD40C;
}
</style>