#DDAE67

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

Shades of Equator #DDAE67

Tints of Equator #DDAE67

Color information

#DDAE67 (or 0xDDAE67) is unknown color: approx Equator. HEX triplet: DD, AE and 67. RGB value is (221,174,103). Sum of RGB (Red+Green+Blue) = 221+174+103=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE67 is #225198. Grayscale: #B4B4B4. Windows color (decimal): -2249113 or 6794973. OLE color: 6794973.

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

Color convert

RGB221174103-
CMYK00.210.530.13
HSL36.1º63.44%63.53%-
HSV(B)36.1º53.39%86.67%-
XYZ47.446.6219.33-
YUV179.9684.57157.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=44.38%
G=34.94%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117410300.210.530.1336.163.4463.53
HexDDAE6701535D243f40
Octal33525614702565154477100
Binary1101110110101110110011101010111010111011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE67; }

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

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

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

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

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

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

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

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