Html Css Color HEX #DDAE5E Equator

📋 copy color: '#DDAE5E'

red 221 ◦ green 174 ◦ blue 94

#DDAE5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DDAE5E

Tints of Equator #DDAE5E

RGB

 RED value IS 221 (86.72% from 255) = 45.19%

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 45.19%
G = 35.58%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDAE5E (or 0xDDAE5E) is known color: Equator. HEX triplet: DD, AE and 5E. RGB value is (221,174,94). Sum of RGB (Red+Green+Blue) = 221+174+94=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE5E is #2251A1. Grayscale: #B3B3B3. Windows color (decimal): -2249122 or 6205149. OLE color: 6205149.

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

Color convert

RGB 221 174 94 -
CMYK 0 0.21 0.57 0.13
HSL 37.8º 0.65% 0.62% -
HSV(B) 37.8º 0.57% 0.87% -
XYZ 46.98 46.45 17.08 -
YUV 178.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 221 174 94 0 0.21 0.57 0.13 37.8 0.65 0.62
Hex DD AE 5E 0 15 39 D 26 41 3E
Octal 335 256 136 0 25 71 15 46 101 76
Binary 11011101 10101110 1011110 0 10101 111001 1101 100110 1000001 111110

Color Harmonies of #DDAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE5E

Black with #DDAE5E

Text Example


Text Example

White with #DDAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE5E; }

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

 H1.HeaderClassName
 {
   color: #DDAE5E;
 }
 .AnyTagClassName
 {
   color: #DDAE5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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