#DDA515

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

Shades of Gamboge #DDA515

Tints of Gamboge #DDA515

Color information

#DDA515 (or 0xDDA515) is unknown color: approx Gamboge. HEX triplet: DD, A5 and 15. RGB value is (221,165,21). Sum of RGB (Red+Green+Blue) = 221+165+21=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA515 is #225AEA. Grayscale: #A5A5A5. Windows color (decimal): -2251499 or 1418717. OLE color: 1418717.

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

Color convert

RGB22116521-
CMYK00.250.900.13
HSL43.2º82.64%47.45%-
HSV(B)43.2º90.5%86.67%-
XYZ43.4142.346.59-
YUV165.3346.55167.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 21 (8.59% from 255) = 5.16%
R=54.30%
G=40.54%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211652100.250.900.1343.282.6447.45
HexDDA5150195AD2b532f
Octal33524525031132155312357
Binary110111011010010110101011001101101011011010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA515; }

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

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

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

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

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

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

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

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