#DDAE69

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

Shades of Equator #DDAE69

Tints of Equator #DDAE69

Color information

#DDAE69 (or 0xDDAE69) is unknown color: approx Equator. HEX triplet: DD, AE and 69. RGB value is (221,174,105). Sum of RGB (Red+Green+Blue) = 221+174+105=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE69 is #225196. Grayscale: #B4B4B4. Windows color (decimal): -2249111 or 6926045. OLE color: 6926045.

HSL color Cylindrical-coordinate representation of color #DDAE69: hue angle of 35.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDAE69 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221174105-
CMYK00.210.520.13
HSL35.69º63.04%63.92%-
HSV(B)35.69º52.49%86.67%-
XYZ47.546.6619.87-
YUV180.1985.57157.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 105 (41.41% from 255) = 21%
R=44.2%
G=34.8%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117410500.210.520.1335.6963.0463.92
HexDDAE6901534D243f40
Octal33525615102564154477100
Binary1101110110101110110100101010111010011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE69; }

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

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

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

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

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

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

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

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