Shades of Sunflower #DDBD02
Tints of Sunflower #DDBD02
RGB
CMYK
RGB Variations
Color information
#DDBD02 (or 0xDDBD02) is known color: Sunflower. HEX triplet: DD, BD and 02. RGB value is (221,189,2). Sum of RGB (Red+Green+Blue) = 221+189+2=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD02 is #2242FD. Grayscale: #B2B2B2. Windows color (decimal): -2245374 or 179677. OLE color: 179677.
HSL color Cylindrical-coordinate representation of color #DDBD02: hue angle of 51.23º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDBD02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.13 |
| HSL | 51.23º | 0.98% | 0.44% | - |
| HSV(B) | 51.23º | 0.99% | 0.87% | - |
| XYZ | 48.03 | 51.77 | 7.52 | - |
| YUV | 177.25 | 29.1 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 2 | 0 | 0.14 | 0.99 | 0.13 | 51.23 | 0.98 | 0.44 |
| Hex | DD | BD | 2 | 0 | E | 63 | D | 33 | 62 | 2C |
| Octal | 335 | 275 | 2 | 0 | 16 | 143 | 15 | 63 | 142 | 54 |
| Binary | 11011101 | 10111101 | 10 | 0 | 1110 | 1100011 | 1101 | 110011 | 1100010 | 101100 |
Color Harmonies of #DDBD02
Complementary color
Monochromatic Colors of #DDBD02
Black with #DDBD02
Text Example
Text Example
White with #DDBD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD02; }
p { color: rgb(221,189,2); }
H1.HeaderClassName
{
color: #DDBD02;
}
.AnyTagClassName
{
color: #DDBD02;
}
</style>
background-color css
<style>
a { background-color: #DDBD02; }
a { background-color: rgb(221,189,2); }
div.DivClassName
{
background-color: #DDBD02;
}
.BgClassName
{
background-color: #DDBD02;
}
</style>
border-color css
<style>
span { border-color: #DDBD02; }
span { border-color: rgb(221,189,2); }
td.TdClassName
{
border-color: #DDBD02;
}
.TagClassName
{
border-color: #DDBD02;
}
</style>