Shades of Sunflower #DCC30D
Tints of Sunflower #DCC30D
RGB
CMYK
RGB Variations
Color information
#DCC30D (or 0xDCC30D) is known color: Sunflower. HEX triplet: DC, C3 and 0D. RGB value is (220,195,13). Sum of RGB (Red+Green+Blue) = 220+195+13=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC30D is #233CF2. Grayscale: #B6B6B6. Windows color (decimal): -2309363 or 902108. OLE color: 902108.
HSL color Cylindrical-coordinate representation of color #DCC30D: hue angle of 52.75º 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 #DCC30D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.14 |
| HSL | 52.75º | 0.89% | 0.46% | - |
| HSV(B) | 52.75º | 0.94% | 0.86% | - |
| XYZ | 49.1 | 54.27 | 8.27 | - |
| YUV | 181.73 | 32.78 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 13 | 0 | 0.11 | 0.94 | 0.14 | 52.75 | 0.89 | 0.46 |
| Hex | DC | C3 | D | 0 | B | 5E | E | 35 | 59 | 2E |
| Octal | 334 | 303 | 15 | 0 | 13 | 136 | 16 | 65 | 131 | 56 |
| Binary | 11011100 | 11000011 | 1101 | 0 | 1011 | 1011110 | 1110 | 110101 | 1011001 | 101110 |
Color Harmonies of #DCC30D
Complementary color
Monochromatic Colors of #DCC30D
Black with #DCC30D
Text Example
Text Example
White with #DCC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC30D; }
p { color: rgb(220,195,13); }
H1.HeaderClassName
{
color: #DCC30D;
}
.AnyTagClassName
{
color: #DCC30D;
}
</style>
background-color css
<style>
a { background-color: #DCC30D; }
a { background-color: rgb(220,195,13); }
div.DivClassName
{
background-color: #DCC30D;
}
.BgClassName
{
background-color: #DCC30D;
}
</style>
border-color css
<style>
span { border-color: #DCC30D; }
span { border-color: rgb(220,195,13); }
td.TdClassName
{
border-color: #DCC30D;
}
.TagClassName
{
border-color: #DCC30D;
}
</style>