#DDA511

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

Shades of Gamboge #DDA511

Tints of Gamboge #DDA511

Color information

#DDA511 (or 0xDDA511) is unknown color: approx Gamboge. HEX triplet: DD, A5 and 11. RGB value is (221,165,17). Sum of RGB (Red+Green+Blue) = 221+165+17=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA511 is #225AEE. Grayscale: #A5A5A5. Windows color (decimal): -2251503 or 1156573. OLE color: 1156573.

HSL color Cylindrical-coordinate representation of color #DDA511: hue angle of 43.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDA511 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22116517-
CMYK00.250.920.13
HSL43.53º85.71%46.67%-
HSV(B)43.53º92.31%86.67%-
XYZ43.3842.326.41-
YUV164.8744.55168.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 17 (7.03% from 255) = 4.22%
R=54.84%
G=40.94%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211651700.250.920.1343.5385.7146.67
HexDDA5110195CD2c562f
Octal33524521031134155412657
Binary110111011010010110001011001101110011011011001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA511; }

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

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

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

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

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

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

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

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