Shades of Sunflower #DDB51A
Tints of Sunflower #DDB51A
RGB
CMYK
RGB Variations
Color information
#DDB51A (or 0xDDB51A) is known color: Sunflower. HEX triplet: DD, B5 and 1A. RGB value is (221,181,26). Sum of RGB (Red+Green+Blue) = 221+181+26=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB51A is #224AE5. Grayscale: #AFAFAF. Windows color (decimal): -2247398 or 1750493. OLE color: 1750493.
HSL color Cylindrical-coordinate representation of color #DDB51A: hue angle of 47.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB51A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 26 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.13 |
| HSL | 47.69º | 0.79% | 0.48% | - |
| HSV(B) | 47.69º | 0.88% | 0.87% | - |
| XYZ | 46.53 | 48.49 | 7.89 | - |
| YUV | 175.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 26 | 0 | 0.18 | 0.88 | 0.13 | 47.69 | 0.79 | 0.48 |
| Hex | DD | B5 | 1A | 0 | 12 | 58 | D | 30 | 4F | 30 |
| Octal | 335 | 265 | 32 | 0 | 22 | 130 | 15 | 60 | 117 | 60 |
| Binary | 11011101 | 10110101 | 11010 | 0 | 10010 | 1011000 | 1101 | 110000 | 1001111 | 110000 |
Color Harmonies of #DDB51A
Complementary color
Monochromatic Colors of #DDB51A
Black with #DDB51A
Text Example
Text Example
White with #DDB51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB51A; }
p { color: rgb(221,181,26); }
H1.HeaderClassName
{
color: #DDB51A;
}
.AnyTagClassName
{
color: #DDB51A;
}
</style>
background-color css
<style>
a { background-color: #DDB51A; }
a { background-color: rgb(221,181,26); }
div.DivClassName
{
background-color: #DDB51A;
}
.BgClassName
{
background-color: #DDB51A;
}
</style>
border-color css
<style>
span { border-color: #DDB51A; }
span { border-color: rgb(221,181,26); }
td.TdClassName
{
border-color: #DDB51A;
}
.TagClassName
{
border-color: #DDB51A;
}
</style>