#DDA500

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

Shades of Gamboge #DDA500

Tints of Gamboge #DDA500

Color information

#DDA500 (or 0xDDA500) is unknown color: approx Gamboge. HEX triplet: DD, A5 and 00. RGB value is (221,165,0). Sum of RGB (Red+Green+Blue) = 221+165+0=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA500 is #225AFF. Grayscale: #A3A3A3. Windows color (decimal): -2251520 or 42461. OLE color: 42461.

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

Color convert

RGB2211650-
CMYK00.2510.13
HSL44.8º100%43.33%-
HSV(B)44.8º100%86.67%-
XYZ43.2742.285.88-
YUV162.9336.05169.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.25%
G=42.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221165000.2510.1344.810043.33
HexDDA5001964D2d642b
Octal3352450031144155514453
Binary11011101101001010011001110010011011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA500; }

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

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

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

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

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

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

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

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