#DDAD00

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

Shades of Gamboge #DDAD00

Tints of Gamboge #DDAD00

Color information

#DDAD00 (or 0xDDAD00) is unknown color: approx Gamboge. HEX triplet: DD, AD and 00. RGB value is (221,173,0). Sum of RGB (Red+Green+Blue) = 221+173+0=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAD00 is #2252FF. Grayscale: #A8A8A8. Windows color (decimal): -2249472 or 44509. OLE color: 44509.

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

Color convert

RGB2211730-
CMYK00.2210.13
HSL46.97º100%43.33%-
HSV(B)46.97º100%86.67%-
XYZ44.7645.266.38-
YUV167.6333.4166.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.09%
G=43.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221173000.2210.1346.9710043.33
HexDDAD001664D2f642b
Octal3352550026144155714453
Binary11011101101011010010110110010011011011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD00; }

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

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

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

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

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

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

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

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