Html Css Color HEX #DCAC81 Manhattan

📋 copy color: '#DCAC81'

red 220 ◦ green 172 ◦ blue 129

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

Shades of Manhattan #DCAC81

Tints of Manhattan #DCAC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.76%

R = 42.23%
G = 33.01%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCAC81 (or 0xDCAC81) is known color: Manhattan. HEX triplet: DC, AC and 81. RGB value is (220,172,129). Sum of RGB (Red+Green+Blue) = 220+172+129=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC81 is #23537E. Grayscale: #B5B5B5. Windows color (decimal): -2315135 or 8498396. OLE color: 8498396.

HSL color Cylindrical-coordinate representation of color #DCAC81: hue angle of 28.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCAC81 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 129 -
CMYK 0 0.22 0.41 0.14
HSL 28.35º 0.57% 0.68% -
HSV(B) 28.35º 0.41% 0.86% -
XYZ 48.23 46.31 27.16 -
YUV 181.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 220 172 129 0 0.22 0.41 0.14 28.35 0.57 0.68
Hex DC AC 81 0 16 29 E 1C 39 44
Octal 334 254 201 0 26 51 16 34 71 104
Binary 11011100 10101100 10000001 0 10110 101001 1110 11100 111001 1000100

Color Harmonies of #DCAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC81

Black with #DCAC81

Text Example


Text Example

White with #DCAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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