#DD8A12

Color #DD8A12 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #DD8A12

Tints of Gamboge #DD8A12

Color information

#DD8A12 (or 0xDD8A12) is unknown color: approx Gamboge. HEX triplet: DD, 8A and 12. RGB value is (221,138,18). Sum of RGB (Red+Green+Blue) = 221+138+18=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A12 is #2275ED. Grayscale: #959595. Windows color (decimal): -2258414 or 1215197. OLE color: 1215197.

HSL color Cylindrical-coordinate representation of color #DD8A12: hue angle of 35.47º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD8A12 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22113818-
CMYK00.380.920.13
HSL35.47º84.94%46.86%-
HSV(B)35.47º91.86%86.67%-
XYZ39.0233.595-
YUV149.1454179.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=58.62%
G=36.60%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211381800.380.920.1335.4784.9446.86
HexDD8A120265CD23552f
Octal33521222046134154312557
Binary1101110110001010100100100110101110011011000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A12; }

 p { color: rgb(221,138,18); }

 H1.HeaderClassName
 {
   color: #DD8A12;
 }
 .AnyTagClassName
 {
   color: #DD8A12;
 }
</style>
background-color css

<style>
 a { background-color: #DD8A12; }

 a { background-color: rgb(221,138,18); }

 div.DivClassName
 {
   background-color: #DD8A12;
 }
 .BgClassName
 {
   background-color: #DD8A12;
 }
</style>
border-color css

<style>
 span { border-color: #DD8A12; }

 span { border-color: rgb(221,138,18); }

 td.TdClassName
 {
   border-color: #DD8A12;
 }
 .TagClassName
 {
   border-color: #DD8A12;
 }
</style>