Shades of Sunflower #DDC32B
Tints of Sunflower #DDC32B
RGB
CMYK
RGB Variations
Color information
#DDC32B (or 0xDDC32B) is known color: Sunflower. HEX triplet: DD, C3 and 2B. RGB value is (221,195,43). Sum of RGB (Red+Green+Blue) = 221+195+43=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC32B is #223CD4. Grayscale: #BABABA. Windows color (decimal): -2243797 or 2868189. OLE color: 2868189.
HSL color Cylindrical-coordinate representation of color #DDC32B: hue angle of 51.24º 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 #DDC32B is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 43 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.13 |
| HSL | 51.24º | 0.72% | 0.52% | - |
| HSV(B) | 51.24º | 0.81% | 0.87% | - |
| XYZ | 49.77 | 54.58 | 10.2 | - |
| YUV | 185.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 43 | 0 | 0.12 | 0.81 | 0.13 | 51.24 | 0.72 | 0.52 |
| Hex | DD | C3 | 2B | 0 | C | 51 | D | 33 | 48 | 34 |
| Octal | 335 | 303 | 53 | 0 | 14 | 121 | 15 | 63 | 110 | 64 |
| Binary | 11011101 | 11000011 | 101011 | 0 | 1100 | 1010001 | 1101 | 110011 | 1001000 | 110100 |
Color Harmonies of #DDC32B
Complementary color
Monochromatic Colors of #DDC32B
Black with #DDC32B
Text Example
Text Example
White with #DDC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC32B; }
p { color: rgb(221,195,43); }
H1.HeaderClassName
{
color: #DDC32B;
}
.AnyTagClassName
{
color: #DDC32B;
}
</style>
background-color css
<style>
a { background-color: #DDC32B; }
a { background-color: rgb(221,195,43); }
div.DivClassName
{
background-color: #DDC32B;
}
.BgClassName
{
background-color: #DDC32B;
}
</style>
border-color css
<style>
span { border-color: #DDC32B; }
span { border-color: rgb(221,195,43); }
td.TdClassName
{
border-color: #DDC32B;
}
.TagClassName
{
border-color: #DDC32B;
}
</style>