Html Css Color HEX #DCB27D Manhattan

📋 copy color: '#DCB27D'

red 220 ◦ green 178 ◦ blue 125

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

Shades of Manhattan #DCB27D

Tints of Manhattan #DCB27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.9%

R = 42.07%
G = 34.03%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCB27D (or 0xDCB27D) is known color: Manhattan. HEX triplet: DC, B2 and 7D. RGB value is (220,178,125). Sum of RGB (Red+Green+Blue) = 220+178+125=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB27D is #234D82. Grayscale: #B8B8B8. Windows color (decimal): -2313603 or 8237788. OLE color: 8237788.

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

Color convert

RGB 220 178 125 -
CMYK 0 0.19 0.43 0.14
HSL 33.47º 0.58% 0.68% -
HSV(B) 33.47º 0.43% 0.86% -
XYZ 49.14 48.54 26.18 -
YUV 184.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 220 178 125 0 0.19 0.43 0.14 33.47 0.58 0.68
Hex DC B2 7D 0 13 2B E 21 3A 44
Octal 334 262 175 0 23 53 16 41 72 104
Binary 11011100 10110010 1111101 0 10011 101011 1110 100001 111010 1000100

Color Harmonies of #DCB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB27D

Black with #DCB27D

Text Example


Text Example

White with #DCB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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