#DD8F12

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

Shades of Gamboge #DD8F12

Tints of Gamboge #DD8F12

Color information

#DD8F12 (or 0xDD8F12) is unknown color: approx Gamboge. HEX triplet: DD, 8F and 12. RGB value is (221,143,18). Sum of RGB (Red+Green+Blue) = 221+143+18=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F12 is #2270ED. Grayscale: #989898. Windows color (decimal): -2257134 or 1216477. OLE color: 1216477.

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

Color convert

RGB22114318-
CMYK00.350.920.13
HSL36.95º84.94%46.86%-
HSV(B)36.95º91.86%86.67%-
XYZ39.7535.065.24-
YUV152.0752.34177.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.85%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 18 (7.42% from 255) = 4.71%
R=57.85%
G=37.43%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211431800.350.920.1336.9584.9446.86
HexDD8F120235CD25552f
Octal33521722043134154512557
Binary1101110110001111100100100011101110011011001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F12; }

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

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

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

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

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

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

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

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