Html Css Color HEX #DBB077 Manhattan

📋 copy color: '#DBB077'

red 219 ◦ green 176 ◦ blue 119

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

Shades of Manhattan #DBB077

Tints of Manhattan #DBB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 42.61%
G = 34.24%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBB077 (or 0xDBB077) is known color: Manhattan. HEX triplet: DB, B0 and 77. RGB value is (219,176,119). Sum of RGB (Red+Green+Blue) = 219+176+119=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB077 is #244F88. Grayscale: #B6B6B6. Windows color (decimal): -2379657 or 7844059. OLE color: 7844059.

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

Color convert

RGB 219 176 119 -
CMYK 0 0.20 0.46 0.14
HSL 34.2º 0.58% 0.66% -
HSV(B) 34.2º 0.46% 0.86% -
XYZ 48.07 47.44 24.08 -
YUV 182.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 219 176 119 0 0.20 0.46 0.14 34.2 0.58 0.66
Hex DB B0 77 0 14 2E E 22 3A 42
Octal 333 260 167 0 24 56 16 42 72 102
Binary 11011011 10110000 1110111 0 10100 101110 1110 100010 111010 1000010

Color Harmonies of #DBB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB077

Black with #DBB077

Text Example


Text Example

White with #DBB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB077; }

 p { color: rgb(219,176,119); }

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

background-color css

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

 a { background-color: rgb(219,176,119); }

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

border-color css

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

 span { border-color: rgb(219,176,119); }

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