#DDA400

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

Shades of Gamboge #DDA400

Tints of Gamboge #DDA400

Color information

#DDA400 (or 0xDDA400) is unknown color: approx Gamboge. HEX triplet: DD, A4 and 00. RGB value is (221,164,0). Sum of RGB (Red+Green+Blue) = 221+164+0=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA400 is #225BFF. Grayscale: #A3A3A3. Windows color (decimal): -2251776 or 42205. OLE color: 42205.

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

Color convert

RGB2211640-
CMYK00.2610.13
HSL44.52º100%43.33%-
HSV(B)44.52º100%86.67%-
XYZ43.0941.925.82-
YUV162.3536.38169.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.40%
G=42.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221164000.2610.1344.5210043.33
HexDDA4001A64D2d642b
Octal3352440032144155514453
Binary11011101101001000011010110010011011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA400; }

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

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

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

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

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

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

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

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