Html Css Color HEX #DBAC74 Manhattan

📋 copy color: '#DBAC74'

red 219 ◦ green 172 ◦ blue 116

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

Shades of Manhattan #DBAC74

Tints of Manhattan #DBAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 43.2%
G = 33.93%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBAC74 (or 0xDBAC74) is known color: Manhattan. HEX triplet: DB, AC and 74. RGB value is (219,172,116). Sum of RGB (Red+Green+Blue) = 219+172+116=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC74 is #24538B. Grayscale: #B3B3B3. Windows color (decimal): -2380684 or 7646427. OLE color: 7646427.

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

Color convert

RGB 219 172 116 -
CMYK 0 0.21 0.47 0.14
HSL 32.62º 0.59% 0.66% -
HSV(B) 32.62º 0.47% 0.86% -
XYZ 47.12 45.83 22.88 -
YUV 179.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 219 172 116 0 0.21 0.47 0.14 32.62 0.59 0.66
Hex DB AC 74 0 15 2F E 21 3B 42
Octal 333 254 164 0 25 57 16 41 73 102
Binary 11011011 10101100 1110100 0 10101 101111 1110 100001 111011 1000010

Color Harmonies of #DBAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC74

Black with #DBAC74

Text Example


Text Example

White with #DBAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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