Html Css Color HEX #DBAC7C Manhattan

📋 copy color: '#DBAC7C'

red 219 ◦ green 172 ◦ blue 124

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

Shades of Manhattan #DBAC7C

Tints of Manhattan #DBAC7C

RGB

 RED value IS 219 (85.94% from 255) = 42.52%

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

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 42.52%
G = 33.4%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBAC7C (or 0xDBAC7C) is known color: Manhattan. HEX triplet: DB, AC and 7C. RGB value is (219,172,124). Sum of RGB (Red+Green+Blue) = 219+172+124=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC7C is #245383. Grayscale: #B4B4B4. Windows color (decimal): -2380676 or 8170715. OLE color: 8170715.

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

Color convert

RGB 219 172 124 -
CMYK 0 0.21 0.43 0.14
HSL 30.32º 0.57% 0.67% -
HSV(B) 30.32º 0.43% 0.86% -
XYZ 47.6 46.02 25.44 -
YUV 180.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 219 172 124 0 0.21 0.43 0.14 30.32 0.57 0.67
Hex DB AC 7C 0 15 2B E 1E 39 43
Octal 333 254 174 0 25 53 16 36 71 103
Binary 11011011 10101100 1111100 0 10101 101011 1110 11110 111001 1000011

Color Harmonies of #DBAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC7C

Black with #DBAC7C

Text Example


Text Example

White with #DBAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC7C; }

 p { color: rgb(219,172,124); }

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

background-color css

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

 a { background-color: rgb(219,172,124); }

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

border-color css

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

 span { border-color: rgb(219,172,124); }

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