Shades of Sunflower #DDBC01
Tints of Sunflower #DDBC01
RGB
CMYK
RGB Variations
Color information
#DDBC01 (or 0xDDBC01) is known color: Sunflower. HEX triplet: DD, BC and 01. RGB value is (221,188,1). Sum of RGB (Red+Green+Blue) = 221+188+1=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC01 is #2243FE. Grayscale: #B1B1B1. Windows color (decimal): -2245631 or 113885. OLE color: 113885.
HSL color Cylindrical-coordinate representation of color #DDBC01: hue angle of 51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDBC01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.13 |
| HSL | 51º | 0.99% | 0.44% | - |
| HSV(B) | 51º | 1% | 0.87% | - |
| XYZ | 47.81 | 51.34 | 7.42 | - |
| YUV | 176.55 | 28.93 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 1 | 0 | 0.15 | 1.00 | 0.13 | 51 | 0.99 | 0.44 |
| Hex | DD | BC | 1 | 0 | F | 64 | D | 33 | 63 | 2C |
| Octal | 335 | 274 | 1 | 0 | 17 | 144 | 15 | 63 | 143 | 54 |
| Binary | 11011101 | 10111100 | 1 | 0 | 1111 | 1100100 | 1101 | 110011 | 1100011 | 101100 |
Color Harmonies of #DDBC01
Complementary color
Monochromatic Colors of #DDBC01
Black with #DDBC01
Text Example
Text Example
White with #DDBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC01; }
p { color: rgb(221,188,1); }
H1.HeaderClassName
{
color: #DDBC01;
}
.AnyTagClassName
{
color: #DDBC01;
}
</style>
background-color css
<style>
a { background-color: #DDBC01; }
a { background-color: rgb(221,188,1); }
div.DivClassName
{
background-color: #DDBC01;
}
.BgClassName
{
background-color: #DDBC01;
}
</style>
border-color css
<style>
span { border-color: #DDBC01; }
span { border-color: rgb(221,188,1); }
td.TdClassName
{
border-color: #DDBC01;
}
.TagClassName
{
border-color: #DDBC01;
}
</style>