#DDAA00

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

Shades of Gamboge #DDAA00

Tints of Gamboge #DDAA00

Color information

#DDAA00 (or 0xDDAA00) is unknown color: approx Gamboge. HEX triplet: DD, AA and 00. RGB value is (221,170,0). Sum of RGB (Red+Green+Blue) = 221+170+0=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA00 is #2255FF. Grayscale: #A6A6A6. Windows color (decimal): -2250240 or 43741. OLE color: 43741.

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

Color convert

RGB2211700-
CMYK00.2310.13
HSL46.15º100%43.33%-
HSV(B)46.15º100%86.67%-
XYZ44.1944.126.19-
YUV165.8734.4167.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.52%
G=43.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221170000.2310.1346.1510043.33
HexDDAA001764D2e642b
Octal3352520027144155614453
Binary11011101101010100010111110010011011011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA00; }

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

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

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

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

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

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

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

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