Shades of Gamboge #DDA102
Tints of Gamboge #DDA102
RGB
CMYK
RGB Variations
Color information
#DDA102 (or 0xDDA102) is known color: Gamboge. HEX triplet: DD, A1 and 02. RGB value is (221,161,2). Sum of RGB (Red+Green+Blue) = 221+161+2=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA102 is #225EFD. Grayscale: #A1A1A1. Windows color (decimal): -2252542 or 172509. OLE color: 172509.
HSL color Cylindrical-coordinate representation of color #DDA102: hue angle of 43.56º 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 #DDA102 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.13 |
| HSL | 43.56º | 0.98% | 0.44% | - |
| HSV(B) | 43.56º | 0.99% | 0.87% | - |
| XYZ | 42.57 | 40.87 | 5.7 | - |
| YUV | 160.81 | 38.38 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 2 | 0 | 0.27 | 0.99 | 0.13 | 43.56 | 0.98 | 0.44 |
| Hex | DD | A1 | 2 | 0 | 1B | 63 | D | 2C | 62 | 2C |
| Octal | 335 | 241 | 2 | 0 | 33 | 143 | 15 | 54 | 142 | 54 |
| Binary | 11011101 | 10100001 | 10 | 0 | 11011 | 1100011 | 1101 | 101100 | 1100010 | 101100 |
Color Harmonies of #DDA102
Complementary color
Monochromatic Colors of #DDA102
Black with #DDA102
Text Example
Text Example
White with #DDA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA102; }
p { color: rgb(221,161,2); }
H1.HeaderClassName
{
color: #DDA102;
}
.AnyTagClassName
{
color: #DDA102;
}
</style>
background-color css
<style>
a { background-color: #DDA102; }
a { background-color: rgb(221,161,2); }
div.DivClassName
{
background-color: #DDA102;
}
.BgClassName
{
background-color: #DDA102;
}
</style>
border-color css
<style>
span { border-color: #DDA102; }
span { border-color: rgb(221,161,2); }
td.TdClassName
{
border-color: #DDA102;
}
.TagClassName
{
border-color: #DDA102;
}
</style>