Html Css Color HEX #DBAA75 Manhattan

📋 copy color: '#DBAA75'

red 219 ◦ green 170 ◦ blue 117

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

Shades of Manhattan #DBAA75

Tints of Manhattan #DBAA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.6%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 43.28%
G = 33.6%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBAA75 (or 0xDBAA75) is known color: Manhattan. HEX triplet: DB, AA and 75. RGB value is (219,170,117). Sum of RGB (Red+Green+Blue) = 219+170+117=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA75 is #24558A. Grayscale: #B2B2B2. Windows color (decimal): -2381195 or 7711451. OLE color: 7711451.

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

Color convert

RGB 219 170 117 -
CMYK 0 0.22 0.47 0.14
HSL 31.18º 0.59% 0.66% -
HSV(B) 31.18º 0.47% 0.86% -
XYZ 46.8 45.09 23.07 -
YUV 178.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 219 170 117 0 0.22 0.47 0.14 31.18 0.59 0.66
Hex DB AA 75 0 16 2F E 1F 3B 42
Octal 333 252 165 0 26 57 16 37 73 102
Binary 11011011 10101010 1110101 0 10110 101111 1110 11111 111011 1000010

Color Harmonies of #DBAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA75

Black with #DBAA75

Text Example


Text Example

White with #DBAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA75; }

 p { color: rgb(219,170,117); }

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

background-color css

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

 a { background-color: rgb(219,170,117); }

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

border-color css

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

 span { border-color: rgb(219,170,117); }

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