Html Css Color HEX #DCAA7B Manhattan

📋 copy color: '#DCAA7B'

red 220 ◦ green 170 ◦ blue 123

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

Shades of Manhattan #DCAA7B

Tints of Manhattan #DCAA7B

RGB

 RED value IS 220 (86.33% from 255) = 42.88%

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 123 (48.44% from 255) = 23.98%

R = 42.88%
G = 33.14%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCAA7B (or 0xDCAA7B) is known color: Manhattan. HEX triplet: DC, AA and 7B. RGB value is (220,170,123). Sum of RGB (Red+Green+Blue) = 220+170+123=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA7B is #235584. Grayscale: #B3B3B3. Windows color (decimal): -2315653 or 8104668. OLE color: 8104668.

HSL color Cylindrical-coordinate representation of color #DCAA7B: hue angle of 29.07º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCAA7B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 123 -
CMYK 0 0.23 0.44 0.14
HSL 29.07º 0.58% 0.67% -
HSV(B) 29.07º 0.44% 0.86% -
XYZ 47.47 45.4 25 -
YUV 179.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 220 170 123 0 0.23 0.44 0.14 29.07 0.58 0.67
Hex DC AA 7B 0 17 2C E 1D 3A 43
Octal 334 252 173 0 27 54 16 35 72 103
Binary 11011100 10101010 1111011 0 10111 101100 1110 11101 111010 1000011

Color Harmonies of #DCAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA7B

Black with #DCAA7B

Text Example


Text Example

White with #DCAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA7B; }

 p { color: rgb(220,170,123); }

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

background-color css

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

 a { background-color: rgb(220,170,123); }

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

border-color css

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

 span { border-color: rgb(220,170,123); }

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