Html Css Color HEX #DCAB7B Manhattan

📋 copy color: '#DCAB7B'

red 220 ◦ green 171 ◦ blue 123

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

Shades of Manhattan #DCAB7B

Tints of Manhattan #DCAB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

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

R = 42.8%
G = 33.27%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCAB7B (or 0xDCAB7B) is known color: Manhattan. HEX triplet: DC, AB and 7B. RGB value is (220,171,123). Sum of RGB (Red+Green+Blue) = 220+171+123=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB7B is #235484. Grayscale: #B4B4B4. Windows color (decimal): -2315397 or 8104924. OLE color: 8104924.

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

Color convert

RGB 220 171 123 -
CMYK 0 0.22 0.44 0.14
HSL 29.69º 0.58% 0.67% -
HSV(B) 29.69º 0.44% 0.86% -
XYZ 47.65 45.77 25.06 -
YUV 180.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 220 171 123 0 0.22 0.44 0.14 29.69 0.58 0.67
Hex DC AB 7B 0 16 2C E 1E 3A 43
Octal 334 253 173 0 26 54 16 36 72 103
Binary 11011100 10101011 1111011 0 10110 101100 1110 11110 111010 1000011

Color Harmonies of #DCAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB7B

Black with #DCAB7B

Text Example


Text Example

White with #DCAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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