Shades of Gamboge #DC910A
Tints of Gamboge #DC910A
RGB
CMYK
RGB Variations
Color information
#DC910A (or 0xDC910A) is known color: Gamboge. HEX triplet: DC, 91 and 0A. RGB value is (220,145,10). Sum of RGB (Red+Green+Blue) = 220+145+10=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC910A is #236EF5. Grayscale: #989898. Windows color (decimal): -2322166 or 692700. OLE color: 692700.
HSL color Cylindrical-coordinate representation of color #DC910A: hue angle of 38.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC910A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.14 |
| HSL | 38.57º | 0.91% | 0.45% | - |
| HSV(B) | 38.57º | 0.95% | 0.86% | - |
| XYZ | 39.7 | 35.49 | 5.04 | - |
| YUV | 152.04 | 47.85 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 10 | 0 | 0.34 | 0.95 | 0.14 | 38.57 | 0.91 | 0.45 |
| Hex | DC | 91 | A | 0 | 22 | 5F | E | 27 | 5B | 2D |
| Octal | 334 | 221 | 12 | 0 | 42 | 137 | 16 | 47 | 133 | 55 |
| Binary | 11011100 | 10010001 | 1010 | 0 | 100010 | 1011111 | 1110 | 100111 | 1011011 | 101101 |
Color Harmonies of #DC910A
Complementary color
Monochromatic Colors of #DC910A
Black with #DC910A
Text Example
Text Example
White with #DC910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC910A; }
p { color: rgb(220,145,10); }
H1.HeaderClassName
{
color: #DC910A;
}
.AnyTagClassName
{
color: #DC910A;
}
</style>
background-color css
<style>
a { background-color: #DC910A; }
a { background-color: rgb(220,145,10); }
div.DivClassName
{
background-color: #DC910A;
}
.BgClassName
{
background-color: #DC910A;
}
</style>
border-color css
<style>
span { border-color: #DC910A; }
span { border-color: rgb(220,145,10); }
td.TdClassName
{
border-color: #DC910A;
}
.TagClassName
{
border-color: #DC910A;
}
</style>