Shades of Sunflower #DDC102
Tints of Sunflower #DDC102
RGB
CMYK
RGB Variations
Color information
#DDC102 (or 0xDDC102) is known color: Sunflower. HEX triplet: DD, C1 and 02. RGB value is (221,193,2). Sum of RGB (Red+Green+Blue) = 221+193+2=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC102 is #223EFD. Grayscale: #B4B4B4. Windows color (decimal): -2244350 or 180701. OLE color: 180701.
HSL color Cylindrical-coordinate representation of color #DDC102: hue angle of 52.33º 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 #DDC102 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.13 |
| HSL | 52.33º | 0.98% | 0.44% | - |
| HSV(B) | 52.33º | 0.99% | 0.87% | - |
| XYZ | 48.9 | 53.52 | 7.81 | - |
| YUV | 179.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 2 | 0 | 0.13 | 0.99 | 0.13 | 52.33 | 0.98 | 0.44 |
| Hex | DD | C1 | 2 | 0 | D | 63 | D | 34 | 62 | 2C |
| Octal | 335 | 301 | 2 | 0 | 15 | 143 | 15 | 64 | 142 | 54 |
| Binary | 11011101 | 11000001 | 10 | 0 | 1101 | 1100011 | 1101 | 110100 | 1100010 | 101100 |
Color Harmonies of #DDC102
Complementary color
Monochromatic Colors of #DDC102
Black with #DDC102
Text Example
Text Example
White with #DDC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC102; }
p { color: rgb(221,193,2); }
H1.HeaderClassName
{
color: #DDC102;
}
.AnyTagClassName
{
color: #DDC102;
}
</style>
background-color css
<style>
a { background-color: #DDC102; }
a { background-color: rgb(221,193,2); }
div.DivClassName
{
background-color: #DDC102;
}
.BgClassName
{
background-color: #DDC102;
}
</style>
border-color css
<style>
span { border-color: #DDC102; }
span { border-color: rgb(221,193,2); }
td.TdClassName
{
border-color: #DDC102;
}
.TagClassName
{
border-color: #DDC102;
}
</style>