Shades of Sunflower #DDC02A
Tints of Sunflower #DDC02A
RGB
CMYK
RGB Variations
Color information
#DDC02A (or 0xDDC02A) is known color: Sunflower. HEX triplet: DD, C0 and 2A. RGB value is (221,192,42). Sum of RGB (Red+Green+Blue) = 221+192+42=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC02A is #223FD5. Grayscale: #B8B8B8. Windows color (decimal): -2244566 or 2801885. OLE color: 2801885.
HSL color Cylindrical-coordinate representation of color #DDC02A: hue angle of 50.28º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC02A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.13 |
| HSL | 50.28º | 0.72% | 0.52% | - |
| HSV(B) | 50.28º | 0.81% | 0.87% | - |
| XYZ | 49.09 | 53.24 | 9.88 | - |
| YUV | 183.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 42 | 0 | 0.13 | 0.81 | 0.13 | 50.28 | 0.72 | 0.52 |
| Hex | DD | C0 | 2A | 0 | D | 51 | D | 32 | 48 | 34 |
| Octal | 335 | 300 | 52 | 0 | 15 | 121 | 15 | 62 | 110 | 64 |
| Binary | 11011101 | 11000000 | 101010 | 0 | 1101 | 1010001 | 1101 | 110010 | 1001000 | 110100 |
Color Harmonies of #DDC02A
Complementary color
Monochromatic Colors of #DDC02A
Black with #DDC02A
Text Example
Text Example
White with #DDC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC02A; }
p { color: rgb(221,192,42); }
H1.HeaderClassName
{
color: #DDC02A;
}
.AnyTagClassName
{
color: #DDC02A;
}
</style>
background-color css
<style>
a { background-color: #DDC02A; }
a { background-color: rgb(221,192,42); }
div.DivClassName
{
background-color: #DDC02A;
}
.BgClassName
{
background-color: #DDC02A;
}
</style>
border-color css
<style>
span { border-color: #DDC02A; }
span { border-color: rgb(221,192,42); }
td.TdClassName
{
border-color: #DDC02A;
}
.TagClassName
{
border-color: #DDC02A;
}
</style>