Html Css Color HEX #DDAE6A Equator

📋 copy color: '#DDAE6A'

red 221 ◦ green 174 ◦ blue 106

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

Shades of Equator #DDAE6A

Tints of Equator #DDAE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.16%

R = 44.11%
G = 34.73%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDAE6A (or 0xDDAE6A) is known color: Equator. HEX triplet: DD, AE and 6A. RGB value is (221,174,106). Sum of RGB (Red+Green+Blue) = 221+174+106=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE6A is #225195. Grayscale: #B4B4B4. Windows color (decimal): -2249110 or 6991581. OLE color: 6991581.

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

Color convert

RGB 221 174 106 -
CMYK 0 0.21 0.52 0.13
HSL 35.48º 0.63% 0.64% -
HSV(B) 35.48º 0.52% 0.87% -
XYZ 47.56 46.68 20.14 -
YUV 180.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 221 174 106 0 0.21 0.52 0.13 35.48 0.63 0.64
Hex DD AE 6A 0 15 34 D 23 3F 40
Octal 335 256 152 0 25 64 15 43 77 100
Binary 11011101 10101110 1101010 0 10101 110100 1101 100011 111111 1000000

Color Harmonies of #DDAE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE6A

Black with #DDAE6A

Text Example


Text Example

White with #DDAE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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