Shades of Bird Flower #DCD00C
Tints of Bird Flower #DCD00C
RGB
CMYK
RGB Variations
Color information
#DCD00C (or 0xDCD00C) is known color: Bird Flower. HEX triplet: DC, D0 and 0C. RGB value is (220,208,12). Sum of RGB (Red+Green+Blue) = 220+208+12=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD00C is #232FF3. Grayscale: #BEBEBE. Windows color (decimal): -2306036 or 839900. OLE color: 839900.
HSL color Cylindrical-coordinate representation of color #DCD00C: hue angle of 56.54º 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 #DCD00C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.14 |
| HSL | 56.54º | 0.9% | 0.45% | - |
| HSV(B) | 56.54º | 0.95% | 0.86% | - |
| XYZ | 52.14 | 60.35 | 9.25 | - |
| YUV | 189.24 | 27.98 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 12 | 0 | 0.05 | 0.95 | 0.14 | 56.54 | 0.9 | 0.45 |
| Hex | DC | D0 | C | 0 | 5 | 5F | E | 39 | 5A | 2D |
| Octal | 334 | 320 | 14 | 0 | 5 | 137 | 16 | 71 | 132 | 55 |
| Binary | 11011100 | 11010000 | 1100 | 0 | 101 | 1011111 | 1110 | 111001 | 1011010 | 101101 |
Color Harmonies of #DCD00C
Complementary color
Monochromatic Colors of #DCD00C
Black with #DCD00C
Text Example
Text Example
White with #DCD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD00C; }
p { color: rgb(220,208,12); }
H1.HeaderClassName
{
color: #DCD00C;
}
.AnyTagClassName
{
color: #DCD00C;
}
</style>
background-color css
<style>
a { background-color: #DCD00C; }
a { background-color: rgb(220,208,12); }
div.DivClassName
{
background-color: #DCD00C;
}
.BgClassName
{
background-color: #DCD00C;
}
</style>
border-color css
<style>
span { border-color: #DCD00C; }
span { border-color: rgb(220,208,12); }
td.TdClassName
{
border-color: #DCD00C;
}
.TagClassName
{
border-color: #DCD00C;
}
</style>