Shades of Sunflower #DDB61A
Tints of Sunflower #DDB61A
RGB
CMYK
RGB Variations
Color information
#DDB61A (or 0xDDB61A) is known color: Sunflower. HEX triplet: DD, B6 and 1A. RGB value is (221,182,26). Sum of RGB (Red+Green+Blue) = 221+182+26=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB61A is #2249E5. Grayscale: #B0B0B0. Windows color (decimal): -2247142 or 1750749. OLE color: 1750749.
HSL color Cylindrical-coordinate representation of color #DDB61A: hue angle of 48º 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 #DDB61A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 26 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.13 |
| HSL | 48º | 0.79% | 0.48% | - |
| HSV(B) | 48º | 0.88% | 0.87% | - |
| XYZ | 46.73 | 48.9 | 7.95 | - |
| YUV | 175.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 26 | 0 | 0.18 | 0.88 | 0.13 | 48 | 0.79 | 0.48 |
| Hex | DD | B6 | 1A | 0 | 12 | 58 | D | 30 | 4F | 30 |
| Octal | 335 | 266 | 32 | 0 | 22 | 130 | 15 | 60 | 117 | 60 |
| Binary | 11011101 | 10110110 | 11010 | 0 | 10010 | 1011000 | 1101 | 110000 | 1001111 | 110000 |
Color Harmonies of #DDB61A
Complementary color
Monochromatic Colors of #DDB61A
Black with #DDB61A
Text Example
Text Example
White with #DDB61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB61A; }
p { color: rgb(221,182,26); }
H1.HeaderClassName
{
color: #DDB61A;
}
.AnyTagClassName
{
color: #DDB61A;
}
</style>
background-color css
<style>
a { background-color: #DDB61A; }
a { background-color: rgb(221,182,26); }
div.DivClassName
{
background-color: #DDB61A;
}
.BgClassName
{
background-color: #DDB61A;
}
</style>
border-color css
<style>
span { border-color: #DDB61A; }
span { border-color: rgb(221,182,26); }
td.TdClassName
{
border-color: #DDB61A;
}
.TagClassName
{
border-color: #DDB61A;
}
</style>