Shades of Sunflower #DDBF00
Tints of Sunflower #DDBF00
RGB
CMYK
RGB Variations
Color information
#DDBF00 (or 0xDDBF00) is known color: Sunflower. HEX triplet: DD, BF and 00. RGB value is (221,191,0). Sum of RGB (Red+Green+Blue) = 221+191+0=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF00 is #2240FF. Grayscale: #B2B2B2. Windows color (decimal): -2244864 or 49117. OLE color: 49117.
HSL color Cylindrical-coordinate representation of color #DDBF00: hue angle of 51.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDBF00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.13 |
| HSL | 51.86º | 1% | 0.43% | - |
| HSV(B) | 51.86º | 1% | 0.87% | - |
| XYZ | 48.45 | 52.63 | 7.61 | - |
| YUV | 178.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 0 | 0 | 0.14 | 1 | 0.13 | 51.86 | 1 | 0.43 |
| Hex | DD | BF | 0 | 0 | E | 64 | D | 34 | 64 | 2B |
| Octal | 335 | 277 | 0 | 0 | 16 | 144 | 15 | 64 | 144 | 53 |
| Binary | 11011101 | 10111111 | 0 | 0 | 1110 | 1100100 | 1101 | 110100 | 1100100 | 101011 |
Color Harmonies of #DDBF00
Complementary color
Monochromatic Colors of #DDBF00
Black with #DDBF00
Text Example
Text Example
White with #DDBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF00; }
p { color: rgb(221,191,0); }
H1.HeaderClassName
{
color: #DDBF00;
}
.AnyTagClassName
{
color: #DDBF00;
}
</style>
background-color css
<style>
a { background-color: #DDBF00; }
a { background-color: rgb(221,191,0); }
div.DivClassName
{
background-color: #DDBF00;
}
.BgClassName
{
background-color: #DDBF00;
}
</style>
border-color css
<style>
span { border-color: #DDBF00; }
span { border-color: rgb(221,191,0); }
td.TdClassName
{
border-color: #DDBF00;
}
.TagClassName
{
border-color: #DDBF00;
}
</style>