Html Css Color HEX #DCB27B Manhattan

📋 copy color: '#DCB27B'

red 220 ◦ green 178 ◦ blue 123

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

Shades of Manhattan #DCB27B

Tints of Manhattan #DCB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.61%

R = 42.23%
G = 34.17%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCB27B (or 0xDCB27B) is known color: Manhattan. HEX triplet: DC, B2 and 7B. RGB value is (220,178,123). Sum of RGB (Red+Green+Blue) = 220+178+123=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB27B is #234D84. Grayscale: #B8B8B8. Windows color (decimal): -2313605 or 8106716. OLE color: 8106716.

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

Color convert

RGB 220 178 123 -
CMYK 0 0.19 0.44 0.14
HSL 34.02º 0.58% 0.67% -
HSV(B) 34.02º 0.44% 0.86% -
XYZ 49.01 48.49 25.51 -
YUV 184.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 220 178 123 0 0.19 0.44 0.14 34.02 0.58 0.67
Hex DC B2 7B 0 13 2C E 22 3A 43
Octal 334 262 173 0 23 54 16 42 72 103
Binary 11011100 10110010 1111011 0 10011 101100 1110 100010 111010 1000011

Color Harmonies of #DCB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB27B

Black with #DCB27B

Text Example


Text Example

White with #DCB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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