Html Css Color HEX #DDAD5D Equator

📋 copy color: '#DDAD5D'

red 221 ◦ green 173 ◦ blue 93

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

Shades of Equator #DDAD5D

Tints of Equator #DDAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

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

R = 45.38%
G = 35.52%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDAD5D (or 0xDDAD5D) is known color: Equator. HEX triplet: DD, AD and 5D. RGB value is (221,173,93). Sum of RGB (Red+Green+Blue) = 221+173+93=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD5D is #2252A2. Grayscale: #B2B2B2. Windows color (decimal): -2249379 or 6139357. OLE color: 6139357.

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

Color convert

RGB 221 173 93 -
CMYK 0 0.22 0.58 0.13
HSL 37.5º 0.65% 0.62% -
HSV(B) 37.5º 0.58% 0.87% -
XYZ 46.74 46.05 16.78 -
YUV 178.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 221 173 93 0 0.22 0.58 0.13 37.5 0.65 0.62
Hex DD AD 5D 0 16 3A D 26 41 3E
Octal 335 255 135 0 26 72 15 46 101 76
Binary 11011101 10101101 1011101 0 10110 111010 1101 100110 1000001 111110

Color Harmonies of #DDAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD5D

Black with #DDAD5D

Text Example


Text Example

White with #DDAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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