Html Css Color HEX #DDAE7D Manhattan

📋 copy color: '#DDAE7D'

red 221 ◦ green 174 ◦ blue 125

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

Shades of Manhattan #DDAE7D

Tints of Manhattan #DDAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 42.5%
G = 33.46%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDAE7D (or 0xDDAE7D) is known color: Manhattan. HEX triplet: DD, AE and 7D. RGB value is (221,174,125). Sum of RGB (Red+Green+Blue) = 221+174+125=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE7D is #225182. Grayscale: #B6B6B6. Windows color (decimal): -2249091 or 8236765. OLE color: 8236765.

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

Color convert

RGB 221 174 125 -
CMYK 0 0.21 0.43 0.13
HSL 30.63º 0.59% 0.68% -
HSV(B) 30.63º 0.43% 0.87% -
XYZ 48.66 47.12 25.93 -
YUV 182.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 221 174 125 0 0.21 0.43 0.13 30.63 0.59 0.68
Hex DD AE 7D 0 15 2B D 1F 3B 44
Octal 335 256 175 0 25 53 15 37 73 104
Binary 11011101 10101110 1111101 0 10101 101011 1101 11111 111011 1000100

Color Harmonies of #DDAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE7D

Black with #DDAE7D

Text Example


Text Example

White with #DDAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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