#DDA106

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

Shades of Gamboge #DDA106

Tints of Gamboge #DDA106

Color information

#DDA106 (or 0xDDA106) is unknown color: approx Gamboge. HEX triplet: DD, A1 and 06. RGB value is (221,161,6). Sum of RGB (Red+Green+Blue) = 221+161+6=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA106 is #225EF9. Grayscale: #A1A1A1. Windows color (decimal): -2252538 or 434653. OLE color: 434653.

HSL color Cylindrical-coordinate representation of color #DDA106: hue angle of 43.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDA106 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2211616-
CMYK00.270.970.13
HSL43.26º94.71%44.51%-
HSV(B)43.26º97.29%86.67%-
XYZ42.640.885.82-
YUV161.2740.38170.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.96%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 6 (2.73% from 255) = 1.55%
R=56.96%
G=41.49%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221161600.270.970.1343.2694.7144.51
HexDDA1601B61D2b5f2d
Octal3352416033141155313755
Binary1101110110100001110011011110000111011010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA106; }

 p { color: rgb(221,161,6); }

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

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

 a { background-color: rgb(221,161,6); }

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

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

 span { border-color: rgb(221,161,6); }

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