#DD9C10

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

Shades of Gamboge #DD9C10

Tints of Gamboge #DD9C10

Color information

#DD9C10 (or 0xDD9C10) is unknown color: approx Gamboge. HEX triplet: DD, 9C and 10. RGB value is (221,156,16). Sum of RGB (Red+Green+Blue) = 221+156+16=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C10 is #2263EF. Grayscale: #A0A0A0. Windows color (decimal): -2253808 or 1088733. OLE color: 1088733.

HSL color Cylindrical-coordinate representation of color #DD9C10: hue angle of 40.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD9C10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22115616-
CMYK00.290.930.13
HSL40.98º86.5%46.47%-
HSV(B)40.98º92.76%86.67%-
XYZ41.839.195.85-
YUV159.4847.03171.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 16 (6.64% from 255) = 4.07%
R=56.23%
G=39.69%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211561600.290.930.1340.9886.546.47
HexDD9C1001D5DD29562e
Octal33523420035135155112656
Binary110111011001110010000011101101110111011010011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C10; }

 p { color: rgb(221,156,16); }

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

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

 a { background-color: rgb(221,156,16); }

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

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

 span { border-color: rgb(221,156,16); }

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