Shades of Sunflower #DCCD0D
Tints of Sunflower #DCCD0D
RGB
CMYK
RGB Variations
Color information
#DCCD0D (or 0xDCCD0D) is known color: Sunflower. HEX triplet: DC, CD and 0D. RGB value is (220,205,13). Sum of RGB (Red+Green+Blue) = 220+205+13=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD0D is #2332F2. Grayscale: #BCBCBC. Windows color (decimal): -2306803 or 904668. OLE color: 904668.
HSL color Cylindrical-coordinate representation of color #DCCD0D: hue angle of 55.65º 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 #DCCD0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.14 |
| HSL | 55.65º | 0.89% | 0.46% | - |
| HSV(B) | 55.65º | 0.94% | 0.86% | - |
| XYZ | 51.42 | 58.91 | 9.04 | - |
| YUV | 187.6 | 29.47 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 13 | 0 | 0.07 | 0.94 | 0.14 | 55.65 | 0.89 | 0.46 |
| Hex | DC | CD | D | 0 | 7 | 5E | E | 38 | 59 | 2E |
| Octal | 334 | 315 | 15 | 0 | 7 | 136 | 16 | 70 | 131 | 56 |
| Binary | 11011100 | 11001101 | 1101 | 0 | 111 | 1011110 | 1110 | 111000 | 1011001 | 101110 |
Color Harmonies of #DCCD0D
Complementary color
Monochromatic Colors of #DCCD0D
Black with #DCCD0D
Text Example
Text Example
White with #DCCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD0D; }
p { color: rgb(220,205,13); }
H1.HeaderClassName
{
color: #DCCD0D;
}
.AnyTagClassName
{
color: #DCCD0D;
}
</style>
background-color css
<style>
a { background-color: #DCCD0D; }
a { background-color: rgb(220,205,13); }
div.DivClassName
{
background-color: #DCCD0D;
}
.BgClassName
{
background-color: #DCCD0D;
}
</style>
border-color css
<style>
span { border-color: #DCCD0D; }
span { border-color: rgb(220,205,13); }
td.TdClassName
{
border-color: #DCCD0D;
}
.TagClassName
{
border-color: #DCCD0D;
}
</style>