Shades of Gamboge #DD930B
Tints of Gamboge #DD930B
RGB
CMYK
RGB Variations
Color information
#DD930B (or 0xDD930B) is known color: Gamboge. HEX triplet: DD, 93 and 0B. RGB value is (221,147,11). Sum of RGB (Red+Green+Blue) = 221+147+11=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD930B is #226CF4. Grayscale: #9A9A9A. Windows color (decimal): -2256117 or 758749. OLE color: 758749.
HSL color Cylindrical-coordinate representation of color #DD930B: hue angle of 38.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD930B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.13 |
| HSL | 38.86º | 0.91% | 0.45% | - |
| HSV(B) | 38.86º | 0.95% | 0.87% | - |
| XYZ | 40.31 | 36.26 | 5.19 | - |
| YUV | 153.62 | 47.52 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 11 | 0 | 0.33 | 0.95 | 0.13 | 38.86 | 0.91 | 0.45 |
| Hex | DD | 93 | B | 0 | 21 | 5F | D | 27 | 5B | 2D |
| Octal | 335 | 223 | 13 | 0 | 41 | 137 | 15 | 47 | 133 | 55 |
| Binary | 11011101 | 10010011 | 1011 | 0 | 100001 | 1011111 | 1101 | 100111 | 1011011 | 101101 |
Color Harmonies of #DD930B
Complementary color
Monochromatic Colors of #DD930B
Black with #DD930B
Text Example
Text Example
White with #DD930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD930B; }
p { color: rgb(221,147,11); }
H1.HeaderClassName
{
color: #DD930B;
}
.AnyTagClassName
{
color: #DD930B;
}
</style>
background-color css
<style>
a { background-color: #DD930B; }
a { background-color: rgb(221,147,11); }
div.DivClassName
{
background-color: #DD930B;
}
.BgClassName
{
background-color: #DD930B;
}
</style>
border-color css
<style>
span { border-color: #DD930B; }
span { border-color: rgb(221,147,11); }
td.TdClassName
{
border-color: #DD930B;
}
.TagClassName
{
border-color: #DD930B;
}
</style>