Html Css Color HEX #DCB279 Manhattan

📋 copy color: '#DCB279'

red 220 ◦ green 178 ◦ blue 121

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

Shades of Manhattan #DCB279

Tints of Manhattan #DCB279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.31%

R = 42.39%
G = 34.3%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCB279 (or 0xDCB279) is known color: Manhattan. HEX triplet: DC, B2 and 79. RGB value is (220,178,121). Sum of RGB (Red+Green+Blue) = 220+178+121=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB279 is #234D86. Grayscale: #B8B8B8. Windows color (decimal): -2313607 or 7975644. OLE color: 7975644.

HSL color Cylindrical-coordinate representation of color #DCB279: hue angle of 34.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCB279 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 121 -
CMYK 0 0.19 0.45 0.14
HSL 34.55º 0.59% 0.67% -
HSV(B) 34.55º 0.45% 0.86% -
XYZ 48.89 48.44 24.86 -
YUV 184.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 220 178 121 0 0.19 0.45 0.14 34.55 0.59 0.67
Hex DC B2 79 0 13 2D E 23 3B 43
Octal 334 262 171 0 23 55 16 43 73 103
Binary 11011100 10110010 1111001 0 10011 101101 1110 100011 111011 1000011

Color Harmonies of #DCB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB279

Black with #DCB279

Text Example


Text Example

White with #DCB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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