#DDA211

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

Shades of Gamboge #DDA211

Tints of Gamboge #DDA211

Color information

#DDA211 (or 0xDDA211) is unknown color: approx Gamboge. HEX triplet: DD, A2 and 11. RGB value is (221,162,17). Sum of RGB (Red+Green+Blue) = 221+162+17=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA211 is #225DEE. Grayscale: #A3A3A3. Windows color (decimal): -2252271 or 1155805. OLE color: 1155805.

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

Color convert

RGB22116217-
CMYK00.270.920.13
HSL42.65º85.71%46.67%-
HSV(B)42.65º92.31%86.67%-
XYZ42.8441.256.24-
YUV163.1145.55169.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.25%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 17 (7.03% from 255) = 4.25%
R=55.25%
G=40.5%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211621700.270.920.1342.6585.7146.67
HexDDA21101B5CD2b562f
Octal33524221033134155312657
Binary110111011010001010001011011101110011011010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA211; }

 p { color: rgb(221,162,17); }

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

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

 a { background-color: rgb(221,162,17); }

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

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

 span { border-color: rgb(221,162,17); }

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