#DDAE00

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

Shades of Gamboge #DDAE00

Tints of Gamboge #DDAE00

Color information

#DDAE00 (or 0xDDAE00) is unknown color: approx Gamboge. HEX triplet: DD, AE and 00. RGB value is (221,174,0). Sum of RGB (Red+Green+Blue) = 221+174+0=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAE00 is #2251FF. Grayscale: #A8A8A8. Windows color (decimal): -2249216 or 44765. OLE color: 44765.

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

Color convert

RGB2211740-
CMYK00.2110.13
HSL47.24º100%43.33%-
HSV(B)47.24º100%86.67%-
XYZ44.9545.646.44-
YUV168.2233.07165.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.95%
G=44.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221174000.2110.1347.2410043.33
HexDDAE001564D2f642b
Octal3352560025144155714453
Binary11011101101011100010101110010011011011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE00; }

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

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

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

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

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

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

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

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