Html Css Color HEX #DCB276 Manhattan

📋 copy color: '#DCB276'

red 220 ◦ green 178 ◦ blue 118

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

Shades of Manhattan #DCB276

Tints of Manhattan #DCB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 42.64%
G = 34.5%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCB276 (or 0xDCB276) is known color: Manhattan. HEX triplet: DC, B2 and 76. RGB value is (220,178,118). Sum of RGB (Red+Green+Blue) = 220+178+118=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB276 is #234D89. Grayscale: #B7B7B7. Windows color (decimal): -2313610 or 7779036. OLE color: 7779036.

HSL color Cylindrical-coordinate representation of color #DCB276: hue angle of 35.29º degrees, saturation: 0.59, 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 #DCB276 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 118 -
CMYK 0 0.19 0.46 0.14
HSL 35.29º 0.59% 0.66% -
HSV(B) 35.29º 0.46% 0.86% -
XYZ 48.71 48.36 23.91 -
YUV 183.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 220 178 118 0 0.19 0.46 0.14 35.29 0.59 0.66
Hex DC B2 76 0 13 2E E 23 3B 42
Octal 334 262 166 0 23 56 16 43 73 102
Binary 11011100 10110010 1110110 0 10011 101110 1110 100011 111011 1000010

Color Harmonies of #DCB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB276

Black with #DCB276

Text Example


Text Example

White with #DCB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB276; }

 p { color: rgb(220,178,118); }

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

background-color css

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

 a { background-color: rgb(220,178,118); }

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

border-color css

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

 span { border-color: rgb(220,178,118); }

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