Shades of Bird Flower #DCD30C
Tints of Bird Flower #DCD30C
RGB
CMYK
RGB Variations
Color information
#DCD30C (or 0xDCD30C) is known color: Bird Flower. HEX triplet: DC, D3 and 0C. RGB value is (220,211,12). Sum of RGB (Red+Green+Blue) = 220+211+12=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD30C is #232CF3. Grayscale: #BFBFBF. Windows color (decimal): -2305268 or 840668. OLE color: 840668.
HSL color Cylindrical-coordinate representation of color #DCD30C: hue angle of 57.4º 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 #DCD30C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.14 |
| HSL | 57.4º | 0.9% | 0.45% | - |
| HSV(B) | 57.4º | 0.95% | 0.86% | - |
| XYZ | 52.88 | 61.83 | 9.5 | - |
| YUV | 191.01 | 26.98 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 12 | 0 | 0.04 | 0.95 | 0.14 | 57.4 | 0.9 | 0.45 |
| Hex | DC | D3 | C | 0 | 4 | 5F | E | 39 | 5A | 2D |
| Octal | 334 | 323 | 14 | 0 | 4 | 137 | 16 | 71 | 132 | 55 |
| Binary | 11011100 | 11010011 | 1100 | 0 | 100 | 1011111 | 1110 | 111001 | 1011010 | 101101 |
Color Harmonies of #DCD30C
Complementary color
Monochromatic Colors of #DCD30C
Black with #DCD30C
Text Example
Text Example
White with #DCD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD30C; }
p { color: rgb(220,211,12); }
H1.HeaderClassName
{
color: #DCD30C;
}
.AnyTagClassName
{
color: #DCD30C;
}
</style>
background-color css
<style>
a { background-color: #DCD30C; }
a { background-color: rgb(220,211,12); }
div.DivClassName
{
background-color: #DCD30C;
}
.BgClassName
{
background-color: #DCD30C;
}
</style>
border-color css
<style>
span { border-color: #DCD30C; }
span { border-color: rgb(220,211,12); }
td.TdClassName
{
border-color: #DCD30C;
}
.TagClassName
{
border-color: #DCD30C;
}
</style>