Html Css Color HEX #DCB27A Manhattan

📋 copy color: '#DCB27A'

red 220 ◦ green 178 ◦ blue 122

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

Shades of Manhattan #DCB27A

Tints of Manhattan #DCB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 42.31%
G = 34.23%
B = 23.46%

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

#DCB27A (or 0xDCB27A) is known color: Manhattan. HEX triplet: DC, B2 and 7A. RGB value is (220,178,122). Sum of RGB (Red+Green+Blue) = 220+178+122=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB27A is #234D85. Grayscale: #B8B8B8. Windows color (decimal): -2313606 or 8041180. OLE color: 8041180.

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

Color convert

RGB 220 178 122 -
CMYK 0 0.19 0.45 0.14
HSL 34.29º 0.58% 0.67% -
HSV(B) 34.29º 0.45% 0.86% -
XYZ 48.95 48.46 25.19 -
YUV 184.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 220 178 122 0 0.19 0.45 0.14 34.29 0.58 0.67
Hex DC B2 7A 0 13 2D E 22 3A 43
Octal 334 262 172 0 23 55 16 42 72 103
Binary 11011100 10110010 1111010 0 10011 101101 1110 100010 111010 1000011

Color Harmonies of #DCB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB27A

Black with #DCB27A

Text Example


Text Example

White with #DCB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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