Html Css Color HEX #DEB076 Manhattan

📋 copy color: '#DEB076'

red 222 ◦ green 176 ◦ blue 118

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

Shades of Manhattan #DEB076

Tints of Manhattan #DEB076

RGB

 RED value IS 222 (87.11% from 255) = 43.02%

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

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 43.02%
G = 34.11%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEB076 (or 0xDEB076) is known color: Manhattan. HEX triplet: DE, B0 and 76. RGB value is (222,176,118). Sum of RGB (Red+Green+Blue) = 222+176+118=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB076 is #214F89. Grayscale: #B7B7B7. Windows color (decimal): -2183050 or 7778526. OLE color: 7778526.

HSL color Cylindrical-coordinate representation of color #DEB076: hue angle of 33.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEB076 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 118 -
CMYK 0 0.21 0.47 0.13
HSL 33.46º 0.61% 0.67% -
HSV(B) 33.46º 0.47% 0.87% -
XYZ 48.92 47.89 23.8 -
YUV 183.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 222 176 118 0 0.21 0.47 0.13 33.46 0.61 0.67
Hex DE B0 76 0 15 2F D 21 3D 43
Octal 336 260 166 0 25 57 15 41 75 103
Binary 11011110 10110000 1110110 0 10101 101111 1101 100001 111101 1000011

Color Harmonies of #DEB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB076

Black with #DEB076

Text Example


Text Example

White with #DEB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB076; }

 p { color: rgb(222,176,118); }

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

background-color css

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

 a { background-color: rgb(222,176,118); }

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

border-color css

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

 span { border-color: rgb(222,176,118); }

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