#DDA600

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

Shades of Gamboge #DDA600

Tints of Gamboge #DDA600

Color information

#DDA600 (or 0xDDA600) is unknown color: approx Gamboge. HEX triplet: DD, A6 and 00. RGB value is (221,166,0). Sum of RGB (Red+Green+Blue) = 221+166+0=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA600 is #2259FF. Grayscale: #A4A4A4. Windows color (decimal): -2251264 or 42717. OLE color: 42717.

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

Color convert

RGB2211660-
CMYK00.2510.13
HSL45.07º100%43.33%-
HSV(B)45.07º100%86.67%-
XYZ43.4642.645.94-
YUV163.5235.72169-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.11%
G=42.89%
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
Decimal221166000.2510.1345.0710043.33
HexDDA6001964D2d642b
Octal3352460031144155514453
Binary11011101101001100011001110010011011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA600; }

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

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

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

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

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

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

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

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