Html Css Color HEX #DBAC7D Manhattan

📋 copy color: '#DBAC7D'

red 219 ◦ green 172 ◦ blue 125

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

Shades of Manhattan #DBAC7D

Tints of Manhattan #DBAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.22%

R = 42.44%
G = 33.33%
B = 24.22%

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

#DBAC7D (or 0xDBAC7D) is known color: Manhattan. HEX triplet: DB, AC and 7D. RGB value is (219,172,125). Sum of RGB (Red+Green+Blue) = 219+172+125=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC7D is #245382. Grayscale: #B4B4B4. Windows color (decimal): -2380675 or 8236251. OLE color: 8236251.

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

Color convert

RGB 219 172 125 -
CMYK 0 0.21 0.43 0.14
HSL 30º 0.57% 0.67% -
HSV(B) 30º 0.43% 0.86% -
XYZ 47.67 46.05 25.78 -
YUV 180.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 219 172 125 0 0.21 0.43 0.14 30 0.57 0.67
Hex DB AC 7D 0 15 2B E 1E 39 43
Octal 333 254 175 0 25 53 16 36 71 103
Binary 11011011 10101100 1111101 0 10101 101011 1110 11110 111001 1000011

Color Harmonies of #DBAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC7D

Black with #DBAC7D

Text Example


Text Example

White with #DBAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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