#DDA700

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

Shades of Gamboge #DDA700

Tints of Gamboge #DDA700

Color information

#DDA700 (or 0xDDA700) is unknown color: approx Gamboge. HEX triplet: DD, A7 and 00. RGB value is (221,167,0). Sum of RGB (Red+Green+Blue) = 221+167+0=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA700 is #2258FF. Grayscale: #A4A4A4. Windows color (decimal): -2251008 or 42973. OLE color: 42973.

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

Color convert

RGB2211670-
CMYK00.2410.13
HSL45.34º100%43.33%-
HSV(B)45.34º100%86.67%-
XYZ43.6443.016-
YUV164.1135.39168.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.96%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.96%
G=43.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221167000.2410.1345.3410043.33
HexDDA7001864D2d642b
Octal3352470030144155514453
Binary11011101101001110011000110010011011011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA700; }

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

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

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

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

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

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

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

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