Shades of Sunflower #DDB71A
Tints of Sunflower #DDB71A
RGB
CMYK
RGB Variations
Color information
#DDB71A (or 0xDDB71A) is known color: Sunflower. HEX triplet: DD, B7 and 1A. RGB value is (221,183,26). Sum of RGB (Red+Green+Blue) = 221+183+26=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB71A is #2248E5. Grayscale: #B1B1B1. Windows color (decimal): -2246886 or 1751005. OLE color: 1751005.
HSL color Cylindrical-coordinate representation of color #DDB71A: hue angle of 48.31º 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 #DDB71A is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 26 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.13 |
| HSL | 48.31º | 0.79% | 0.48% | - |
| HSV(B) | 48.31º | 0.88% | 0.87% | - |
| XYZ | 46.94 | 49.31 | 8.02 | - |
| YUV | 176.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 26 | 0 | 0.17 | 0.88 | 0.13 | 48.31 | 0.79 | 0.48 |
| Hex | DD | B7 | 1A | 0 | 11 | 58 | D | 30 | 4F | 30 |
| Octal | 335 | 267 | 32 | 0 | 21 | 130 | 15 | 60 | 117 | 60 |
| Binary | 11011101 | 10110111 | 11010 | 0 | 10001 | 1011000 | 1101 | 110000 | 1001111 | 110000 |
Color Harmonies of #DDB71A
Complementary color
Monochromatic Colors of #DDB71A
Black with #DDB71A
Text Example
Text Example
White with #DDB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB71A; }
p { color: rgb(221,183,26); }
H1.HeaderClassName
{
color: #DDB71A;
}
.AnyTagClassName
{
color: #DDB71A;
}
</style>
background-color css
<style>
a { background-color: #DDB71A; }
a { background-color: rgb(221,183,26); }
div.DivClassName
{
background-color: #DDB71A;
}
.BgClassName
{
background-color: #DDB71A;
}
</style>
border-color css
<style>
span { border-color: #DDB71A; }
span { border-color: rgb(221,183,26); }
td.TdClassName
{
border-color: #DDB71A;
}
.TagClassName
{
border-color: #DDB71A;
}
</style>