Shades of Bird Flower #DCD10D
Tints of Bird Flower #DCD10D
RGB
CMYK
RGB Variations
Color information
#DCD10D (or 0xDCD10D) is known color: Bird Flower. HEX triplet: DC, D1 and 0D. RGB value is (220,209,13). Sum of RGB (Red+Green+Blue) = 220+209+13=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD10D is #232EF2. Grayscale: #BEBEBE. Windows color (decimal): -2305779 or 905692. OLE color: 905692.
HSL color Cylindrical-coordinate representation of color #DCD10D: hue angle of 56.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCD10D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.14 |
| HSL | 56.81º | 0.89% | 0.46% | - |
| HSV(B) | 56.81º | 0.94% | 0.86% | - |
| XYZ | 52.39 | 60.85 | 9.36 | - |
| YUV | 189.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 13 | 0 | 0.05 | 0.94 | 0.14 | 56.81 | 0.89 | 0.46 |
| Hex | DC | D1 | D | 0 | 5 | 5E | E | 39 | 59 | 2E |
| Octal | 334 | 321 | 15 | 0 | 5 | 136 | 16 | 71 | 131 | 56 |
| Binary | 11011100 | 11010001 | 1101 | 0 | 101 | 1011110 | 1110 | 111001 | 1011001 | 101110 |
Color Harmonies of #DCD10D
Complementary color
Monochromatic Colors of #DCD10D
Black with #DCD10D
Text Example
Text Example
White with #DCD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD10D; }
p { color: rgb(220,209,13); }
H1.HeaderClassName
{
color: #DCD10D;
}
.AnyTagClassName
{
color: #DCD10D;
}
</style>
background-color css
<style>
a { background-color: #DCD10D; }
a { background-color: rgb(220,209,13); }
div.DivClassName
{
background-color: #DCD10D;
}
.BgClassName
{
background-color: #DCD10D;
}
</style>
border-color css
<style>
span { border-color: #DCD10D; }
span { border-color: rgb(220,209,13); }
td.TdClassName
{
border-color: #DCD10D;
}
.TagClassName
{
border-color: #DCD10D;
}
</style>