Shades of Gamboge #DD941A
Tints of Gamboge #DD941A
RGB
CMYK
RGB Variations
Color information
#DD941A (or 0xDD941A) is known color: Gamboge. HEX triplet: DD, 94 and 1A. RGB value is (221,148,26). Sum of RGB (Red+Green+Blue) = 221+148+26=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD941A is #226BE5. Grayscale: #9C9C9C. Windows color (decimal): -2255846 or 1742045. OLE color: 1742045.
HSL color Cylindrical-coordinate representation of color #DD941A: hue angle of 37.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD941A is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 26 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.54º | 0.79% | 0.48% | - |
| HSV(B) | 37.54º | 0.88% | 0.87% | - |
| XYZ | 40.6 | 36.63 | 5.91 | - |
| YUV | 155.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 26 | 0 | 0.33 | 0.88 | 0.13 | 37.54 | 0.79 | 0.48 |
| Hex | DD | 94 | 1A | 0 | 21 | 58 | D | 26 | 4F | 30 |
| Octal | 335 | 224 | 32 | 0 | 41 | 130 | 15 | 46 | 117 | 60 |
| Binary | 11011101 | 10010100 | 11010 | 0 | 100001 | 1011000 | 1101 | 100110 | 1001111 | 110000 |
Color Harmonies of #DD941A
Complementary color
Monochromatic Colors of #DD941A
Black with #DD941A
Text Example
Text Example
White with #DD941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD941A; }
p { color: rgb(221,148,26); }
H1.HeaderClassName
{
color: #DD941A;
}
.AnyTagClassName
{
color: #DD941A;
}
</style>
background-color css
<style>
a { background-color: #DD941A; }
a { background-color: rgb(221,148,26); }
div.DivClassName
{
background-color: #DD941A;
}
.BgClassName
{
background-color: #DD941A;
}
</style>
border-color css
<style>
span { border-color: #DD941A; }
span { border-color: rgb(221,148,26); }
td.TdClassName
{
border-color: #DD941A;
}
.TagClassName
{
border-color: #DD941A;
}
</style>