Html Css Color HEX #DCAC83 Manhattan

📋 copy color: '#DCAC83'

red 220 ◦ green 172 ◦ blue 131

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

Shades of Manhattan #DCAC83

Tints of Manhattan #DCAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 131 (51.56% from 255) = 25.05%

R = 42.07%
G = 32.89%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCAC83 (or 0xDCAC83) is known color: Manhattan. HEX triplet: DC, AC and 83. RGB value is (220,172,131). Sum of RGB (Red+Green+Blue) = 220+172+131=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC83 is #23537C. Grayscale: #B5B5B5. Windows color (decimal): -2315133 or 8629468. OLE color: 8629468.

HSL color Cylindrical-coordinate representation of color #DCAC83: hue angle of 27.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCAC83 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 131 -
CMYK 0 0.22 0.40 0.14
HSL 27.64º 0.56% 0.69% -
HSV(B) 27.64º 0.4% 0.86% -
XYZ 48.36 46.36 27.87 -
YUV 181.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 220 172 131 0 0.22 0.40 0.14 27.64 0.56 0.69
Hex DC AC 83 0 16 28 E 1C 38 45
Octal 334 254 203 0 26 50 16 34 70 105
Binary 11011100 10101100 10000011 0 10110 101000 1110 11100 111000 1000101

Color Harmonies of #DCAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC83

Black with #DCAC83

Text Example


Text Example

White with #DCAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC83; }

 p { color: rgb(220,172,131); }

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

background-color css

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

 a { background-color: rgb(220,172,131); }

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

border-color css

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

 span { border-color: rgb(220,172,131); }

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