Shades of Sunflower #DCCD0F
Tints of Sunflower #DCCD0F
RGB
CMYK
RGB Variations
Color information
#DCCD0F (or 0xDCCD0F) is known color: Sunflower. HEX triplet: DC, CD and 0F. RGB value is (220,205,15). Sum of RGB (Red+Green+Blue) = 220+205+15=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD0F is #2332F0. Grayscale: #BCBCBC. Windows color (decimal): -2306801 or 1035740. OLE color: 1035740.
HSL color Cylindrical-coordinate representation of color #DCCD0F: hue angle of 55.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCCD0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.14 |
| HSL | 55.61º | 0.87% | 0.46% | - |
| HSV(B) | 55.61º | 0.93% | 0.86% | - |
| XYZ | 51.43 | 58.91 | 9.11 | - |
| YUV | 187.83 | 30.47 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 15 | 0 | 0.07 | 0.93 | 0.14 | 55.61 | 0.87 | 0.46 |
| Hex | DC | CD | F | 0 | 7 | 5D | E | 38 | 57 | 2E |
| Octal | 334 | 315 | 17 | 0 | 7 | 135 | 16 | 70 | 127 | 56 |
| Binary | 11011100 | 11001101 | 1111 | 0 | 111 | 1011101 | 1110 | 111000 | 1010111 | 101110 |
Color Harmonies of #DCCD0F
Complementary color
Monochromatic Colors of #DCCD0F
Black with #DCCD0F
Text Example
Text Example
White with #DCCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD0F; }
p { color: rgb(220,205,15); }
H1.HeaderClassName
{
color: #DCCD0F;
}
.AnyTagClassName
{
color: #DCCD0F;
}
</style>
background-color css
<style>
a { background-color: #DCCD0F; }
a { background-color: rgb(220,205,15); }
div.DivClassName
{
background-color: #DCCD0F;
}
.BgClassName
{
background-color: #DCCD0F;
}
</style>
border-color css
<style>
span { border-color: #DCCD0F; }
span { border-color: rgb(220,205,15); }
td.TdClassName
{
border-color: #DCCD0F;
}
.TagClassName
{
border-color: #DCCD0F;
}
</style>