Html Css Color HEX #DCB17E Manhattan

📋 copy color: '#DCB17E'

red 220 ◦ green 177 ◦ blue 126

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

Shades of Manhattan #DCB17E

Tints of Manhattan #DCB17E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 42.07%
G = 33.84%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCB17E (or 0xDCB17E) is known color: Manhattan. HEX triplet: DC, B1 and 7E. RGB value is (220,177,126). Sum of RGB (Red+Green+Blue) = 220+177+126=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB17E is #234E81. Grayscale: #B8B8B8. Windows color (decimal): -2313858 or 8303068. OLE color: 8303068.

HSL color Cylindrical-coordinate representation of color #DCB17E: hue angle of 32.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCB17E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 126 -
CMYK 0 0.20 0.43 0.14
HSL 32.55º 0.57% 0.68% -
HSV(B) 32.55º 0.43% 0.86% -
XYZ 49 48.17 26.45 -
YUV 184.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 220 177 126 0 0.20 0.43 0.14 32.55 0.57 0.68
Hex DC B1 7E 0 14 2B E 21 39 44
Octal 334 261 176 0 24 53 16 41 71 104
Binary 11011100 10110001 1111110 0 10100 101011 1110 100001 111001 1000100

Color Harmonies of #DCB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB17E

Black with #DCB17E

Text Example


Text Example

White with #DCB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB17E; }

 p { color: rgb(220,177,126); }

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

background-color css

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

 a { background-color: rgb(220,177,126); }

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

border-color css

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

 span { border-color: rgb(220,177,126); }

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