#DD8C00

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

Shades of Gamboge #DD8C00

Tints of Gamboge #DD8C00

Color information

#DD8C00 (or 0xDD8C00) is unknown color: approx Gamboge. HEX triplet: DD, 8C and 00. RGB value is (221,140,0). Sum of RGB (Red+Green+Blue) = 221+140+0=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C00 is #2273FF. Grayscale: #949494. Windows color (decimal): -2257920 or 36061. OLE color: 36061.

HSL color Cylindrical-coordinate representation of color #DD8C00: hue angle of 38.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8C00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2211400-
CMYK00.3710.13
HSL38.01º100%43.33%-
HSV(B)38.01º100%86.67%-
XYZ39.234.134.52-
YUV148.2644.34179.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.22%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.22%
G=38.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221140000.3710.1338.0110043.33
HexDD8C002564D26642b
Octal3352140045144154614453
Binary110111011000110000100101110010011011001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C00; }

 p { color: rgb(221,140,0); }

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

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

 a { background-color: rgb(221,140,0); }

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

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

 span { border-color: rgb(221,140,0); }

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