#DDA210

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

Shades of Gamboge #DDA210

Tints of Gamboge #DDA210

Color information

#DDA210 (or 0xDDA210) is unknown color: approx Gamboge. HEX triplet: DD, A2 and 10. RGB value is (221,162,16). Sum of RGB (Red+Green+Blue) = 221+162+16=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA210 is #225DEF. Grayscale: #A3A3A3. Windows color (decimal): -2252272 or 1090269. OLE color: 1090269.

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

Color convert

RGB22116216-
CMYK00.270.930.13
HSL42.73º86.5%46.47%-
HSV(B)42.73º92.76%86.67%-
XYZ42.8341.256.19-
YUV16345.05169.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 16 (6.64% from 255) = 4.01%
R=55.39%
G=40.60%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211621600.270.930.1342.7386.546.47
HexDDA21001B5DD2b562e
Octal33524220033135155312656
Binary110111011010001010000011011101110111011010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA210; }

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

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

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

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

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

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

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

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