#DDA100

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

Shades of Gamboge #DDA100

Tints of Gamboge #DDA100

Color information

#DDA100 (or 0xDDA100) is unknown color: approx Gamboge. HEX triplet: DD, A1 and 00. RGB value is (221,161,0). Sum of RGB (Red+Green+Blue) = 221+161+0=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA100 is #225EFF. Grayscale: #A1A1A1. Windows color (decimal): -2252544 or 41437. OLE color: 41437.

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

Color convert

RGB2211610-
CMYK00.2710.13
HSL43.71º100%43.33%-
HSV(B)43.71º100%86.67%-
XYZ42.5640.865.64-
YUV160.5937.38171.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.85%
GREEN value IS 161 (63.28% from 255) = 42.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.85%
G=42.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221161000.2710.1343.7110043.33
HexDDA1001B64D2c642b
Octal3352410033144155414453
Binary11011101101000010011011110010011011011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA100; }

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

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

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

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

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

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

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

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