Html Css Color HEX #DCB084 Manhattan

📋 copy color: '#DCB084'

red 220 ◦ green 176 ◦ blue 132

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

Shades of Manhattan #DCB084

Tints of Manhattan #DCB084

RGB

 RED value IS 220 (86.33% from 255) = 41.67%

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

 BLUE value IS 132 (51.95% from 255) = 25%

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB084 (or 0xDCB084) is known color: Manhattan. HEX triplet: DC, B0 and 84. RGB value is (220,176,132). Sum of RGB (Red+Green+Blue) = 220+176+132=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB084 is #234F7B. Grayscale: #B8B8B8. Windows color (decimal): -2314108 or 8696028. OLE color: 8696028.

HSL color Cylindrical-coordinate representation of color #DCB084: hue angle of 30º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB084 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 132 -
CMYK 0 0.2 0.40 0.14
HSL 30º 0.56% 0.69% -
HSV(B) 30º 0.4% 0.86% -
XYZ 49.21 47.93 28.49 -
YUV 184.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 220 176 132 0 0.2 0.40 0.14 30 0.56 0.69
Hex DC B0 84 0 14 28 E 1E 38 45
Octal 334 260 204 0 24 50 16 36 70 105
Binary 11011100 10110000 10000100 0 10100 101000 1110 11110 111000 1000101

Color Harmonies of #DCB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB084

Black with #DCB084

Text Example


Text Example

White with #DCB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB084; }

 p { color: rgb(220,176,132); }

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

background-color css

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

 a { background-color: rgb(220,176,132); }

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

border-color css

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

 span { border-color: rgb(220,176,132); }

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