Shades of Sunflower #DDC32A
Tints of Sunflower #DDC32A
RGB
CMYK
RGB Variations
Color information
#DDC32A (or 0xDDC32A) is known color: Sunflower. HEX triplet: DD, C3 and 2A. RGB value is (221,195,42). Sum of RGB (Red+Green+Blue) = 221+195+42=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC32A is #223CD5. Grayscale: #B9B9B9. Windows color (decimal): -2243798 or 2802653. OLE color: 2802653.
HSL color Cylindrical-coordinate representation of color #DDC32A: hue angle of 51.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 #DDC32A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 42 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.13 |
| HSL | 51.28º | 0.72% | 0.52% | - |
| HSV(B) | 51.28º | 0.81% | 0.87% | - |
| XYZ | 49.75 | 54.57 | 10.1 | - |
| YUV | 185.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 42 | 0 | 0.12 | 0.81 | 0.13 | 51.28 | 0.72 | 0.52 |
| Hex | DD | C3 | 2A | 0 | C | 51 | D | 33 | 48 | 34 |
| Octal | 335 | 303 | 52 | 0 | 14 | 121 | 15 | 63 | 110 | 64 |
| Binary | 11011101 | 11000011 | 101010 | 0 | 1100 | 1010001 | 1101 | 110011 | 1001000 | 110100 |
Color Harmonies of #DDC32A
Complementary color
Monochromatic Colors of #DDC32A
Black with #DDC32A
Text Example
Text Example
White with #DDC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC32A; }
p { color: rgb(221,195,42); }
H1.HeaderClassName
{
color: #DDC32A;
}
.AnyTagClassName
{
color: #DDC32A;
}
</style>
background-color css
<style>
a { background-color: #DDC32A; }
a { background-color: rgb(221,195,42); }
div.DivClassName
{
background-color: #DDC32A;
}
.BgClassName
{
background-color: #DDC32A;
}
</style>
border-color css
<style>
span { border-color: #DDC32A; }
span { border-color: rgb(221,195,42); }
td.TdClassName
{
border-color: #DDC32A;
}
.TagClassName
{
border-color: #DDC32A;
}
</style>