Html Css Color HEX #DDAE5D Equator

📋 copy color: '#DDAE5D'

red 221 ◦ green 174 ◦ blue 93

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

Shades of Equator #DDAE5D

Tints of Equator #DDAE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.06%

R = 45.29%
G = 35.66%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDAE5D (or 0xDDAE5D) is known color: Equator. HEX triplet: DD, AE and 5D. RGB value is (221,174,93). Sum of RGB (Red+Green+Blue) = 221+174+93=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE5D is #2251A2. Grayscale: #B3B3B3. Windows color (decimal): -2249123 or 6139613. OLE color: 6139613.

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

Color convert

RGB 221 174 93 -
CMYK 0 0.21 0.58 0.13
HSL 37.97º 0.65% 0.62% -
HSV(B) 37.97º 0.58% 0.87% -
XYZ 46.93 46.43 16.85 -
YUV 178.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 221 174 93 0 0.21 0.58 0.13 37.97 0.65 0.62
Hex DD AE 5D 0 15 3A D 26 41 3E
Octal 335 256 135 0 25 72 15 46 101 76
Binary 11011101 10101110 1011101 0 10101 111010 1101 100110 1000001 111110

Color Harmonies of #DDAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE5D

Black with #DDAE5D

Text Example


Text Example

White with #DDAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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