Shades of Sunflower #DDAF0F
Tints of Sunflower #DDAF0F
RGB
CMYK
RGB Variations
Color information
#DDAF0F (or 0xDDAF0F) is known color: Sunflower. HEX triplet: DD, AF and 0F. RGB value is (221,175,15). Sum of RGB (Red+Green+Blue) = 221+175+15=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAF0F is #2250F0. Grayscale: #ABABAB. Windows color (decimal): -2248945 or 1028061. OLE color: 1028061.
HSL color Cylindrical-coordinate representation of color #DDAF0F: hue angle of 46.6º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDAF0F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 15 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.13 |
| HSL | 46.6º | 0.87% | 0.46% | - |
| HSV(B) | 46.6º | 0.93% | 0.87% | - |
| XYZ | 45.23 | 46.07 | 6.96 | - |
| YUV | 170.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 15 | 0 | 0.21 | 0.93 | 0.13 | 46.6 | 0.87 | 0.46 |
| Hex | DD | AF | F | 0 | 15 | 5D | D | 2F | 57 | 2E |
| Octal | 335 | 257 | 17 | 0 | 25 | 135 | 15 | 57 | 127 | 56 |
| Binary | 11011101 | 10101111 | 1111 | 0 | 10101 | 1011101 | 1101 | 101111 | 1010111 | 101110 |
Color Harmonies of #DDAF0F
Complementary color
Monochromatic Colors of #DDAF0F
Black with #DDAF0F
Text Example
Text Example
White with #DDAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF0F; }
p { color: rgb(221,175,15); }
H1.HeaderClassName
{
color: #DDAF0F;
}
.AnyTagClassName
{
color: #DDAF0F;
}
</style>
background-color css
<style>
a { background-color: #DDAF0F; }
a { background-color: rgb(221,175,15); }
div.DivClassName
{
background-color: #DDAF0F;
}
.BgClassName
{
background-color: #DDAF0F;
}
</style>
border-color css
<style>
span { border-color: #DDAF0F; }
span { border-color: rgb(221,175,15); }
td.TdClassName
{
border-color: #DDAF0F;
}
.TagClassName
{
border-color: #DDAF0F;
}
</style>