Shades of Sunflower #DED60B
Tints of Sunflower #DED60B
RGB
CMYK
RGB Variations
Color information
#DED60B (or 0xDED60B) is known color: Sunflower. HEX triplet: DE, D6 and 0B. RGB value is (222,214,11). Sum of RGB (Red+Green+Blue) = 222+214+11=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DED60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED60B is #2129F4. Grayscale: #C2C2C2. Windows color (decimal): -2173429 or 775902. OLE color: 775902.
HSL color Cylindrical-coordinate representation of color #DED60B: hue angle of 57.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED60B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.13 |
| HSL | 57.73º | 0.91% | 0.46% | - |
| HSV(B) | 57.73º | 0.95% | 0.87% | - |
| XYZ | 54.23 | 63.65 | 9.74 | - |
| YUV | 193.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 11 | 0 | 0.04 | 0.95 | 0.13 | 57.73 | 0.91 | 0.46 |
| Hex | DE | D6 | B | 0 | 4 | 5F | D | 3A | 5B | 2E |
| Octal | 336 | 326 | 13 | 0 | 4 | 137 | 15 | 72 | 133 | 56 |
| Binary | 11011110 | 11010110 | 1011 | 0 | 100 | 1011111 | 1101 | 111010 | 1011011 | 101110 |
Color Harmonies of #DED60B
Complementary color
Monochromatic Colors of #DED60B
Black with #DED60B
Text Example
Text Example
White with #DED60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED60B; }
p { color: rgb(222,214,11); }
H1.HeaderClassName
{
color: #DED60B;
}
.AnyTagClassName
{
color: #DED60B;
}
</style>
background-color css
<style>
a { background-color: #DED60B; }
a { background-color: rgb(222,214,11); }
div.DivClassName
{
background-color: #DED60B;
}
.BgClassName
{
background-color: #DED60B;
}
</style>
border-color css
<style>
span { border-color: #DED60B; }
span { border-color: rgb(222,214,11); }
td.TdClassName
{
border-color: #DED60B;
}
.TagClassName
{
border-color: #DED60B;
}
</style>