#DD9600

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

Shades of Gamboge #DD9600

Tints of Gamboge #DD9600

Color information

#DD9600 (or 0xDD9600) is unknown color: approx Gamboge. HEX triplet: DD, 96 and 00. RGB value is (221,150,0). Sum of RGB (Red+Green+Blue) = 221+150+0=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9600 is #2269FF. Grayscale: #9A9A9A. Windows color (decimal): -2255360 or 38621. OLE color: 38621.

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

Color convert

RGB2211500-
CMYK00.3210.13
HSL40.72º100%43.33%-
HSV(B)40.72º100%86.67%-
XYZ40.7337.185.03-
YUV154.1341.02175.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.57%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.57%
G=40.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221150000.3210.1340.7210043.33
HexDD96002064D29642b
Octal3352260040144155114453
Binary110111011001011000100000110010011011010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9600; }

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

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

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

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

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

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

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

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