#DD8D12

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

Shades of Gamboge #DD8D12

Tints of Gamboge #DD8D12

Color information

#DD8D12 (or 0xDD8D12) is unknown color: approx Gamboge. HEX triplet: DD, 8D and 12. RGB value is (221,141,18). Sum of RGB (Red+Green+Blue) = 221+141+18=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D12 is #2272ED. Grayscale: #979797. Windows color (decimal): -2257646 or 1215965. OLE color: 1215965.

HSL color Cylindrical-coordinate representation of color #DD8D12: hue angle of 36.35º 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 #DD8D12 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22114118-
CMYK00.360.920.13
HSL36.35º84.94%46.86%-
HSV(B)36.35º91.86%86.67%-
XYZ39.4534.475.15-
YUV150.953178-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=58.16%
G=37.11%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211411800.360.920.1336.3584.9446.86
HexDD8D120245CD24552f
Octal33521522044134154412557
Binary1101110110001101100100100100101110011011001001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D12; }

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

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

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

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

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

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

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

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