Shades of Sunflower #DDC01B
Tints of Sunflower #DDC01B
RGB
CMYK
RGB Variations
Color information
#DDC01B (or 0xDDC01B) is known color: Sunflower. HEX triplet: DD, C0 and 1B. RGB value is (221,192,27). Sum of RGB (Red+Green+Blue) = 221+192+27=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC01B is #223FE4. Grayscale: #B6B6B6. Windows color (decimal): -2244581 or 1818845. OLE color: 1818845.
HSL color Cylindrical-coordinate representation of color #DDC01B: hue angle of 51.03º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC01B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 27 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.13 |
| HSL | 51.03º | 0.78% | 0.49% | - |
| HSV(B) | 51.03º | 0.88% | 0.87% | - |
| XYZ | 48.87 | 53.15 | 8.72 | - |
| YUV | 181.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 27 | 0 | 0.13 | 0.88 | 0.13 | 51.03 | 0.78 | 0.49 |
| Hex | DD | C0 | 1B | 0 | D | 58 | D | 33 | 4E | 31 |
| Octal | 335 | 300 | 33 | 0 | 15 | 130 | 15 | 63 | 116 | 61 |
| Binary | 11011101 | 11000000 | 11011 | 0 | 1101 | 1011000 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DDC01B
Complementary color
Monochromatic Colors of #DDC01B
Black with #DDC01B
Text Example
Text Example
White with #DDC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC01B; }
p { color: rgb(221,192,27); }
H1.HeaderClassName
{
color: #DDC01B;
}
.AnyTagClassName
{
color: #DDC01B;
}
</style>
background-color css
<style>
a { background-color: #DDC01B; }
a { background-color: rgb(221,192,27); }
div.DivClassName
{
background-color: #DDC01B;
}
.BgClassName
{
background-color: #DDC01B;
}
</style>
border-color css
<style>
span { border-color: #DDC01B; }
span { border-color: rgb(221,192,27); }
td.TdClassName
{
border-color: #DDC01B;
}
.TagClassName
{
border-color: #DDC01B;
}
</style>