Html Css Color HEX #DCB07F Manhattan

📋 copy color: '#DCB07F'

red 220 ◦ green 176 ◦ blue 127

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

Shades of Manhattan #DCB07F

Tints of Manhattan #DCB07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

 BLUE value IS 127 (50% from 255) = 24.28%

R = 42.07%
G = 33.65%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB07F (or 0xDCB07F) is known color: Manhattan. HEX triplet: DC, B0 and 7F. RGB value is (220,176,127). Sum of RGB (Red+Green+Blue) = 220+176+127=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB07F is #234F80. Grayscale: #B7B7B7. Windows color (decimal): -2314113 or 8368348. OLE color: 8368348.

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

Color convert

RGB 220 176 127 -
CMYK 0 0.2 0.42 0.14
HSL 31.61º 0.57% 0.68% -
HSV(B) 31.61º 0.42% 0.86% -
XYZ 48.87 47.8 26.73 -
YUV 183.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 220 176 127 0 0.2 0.42 0.14 31.61 0.57 0.68
Hex DC B0 7F 0 14 2A E 20 39 44
Octal 334 260 177 0 24 52 16 40 71 104
Binary 11011100 10110000 1111111 0 10100 101010 1110 100000 111001 1000100

Color Harmonies of #DCB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB07F

Black with #DCB07F

Text Example


Text Example

White with #DCB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB07F; }

 p { color: rgb(220,176,127); }

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

background-color css

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

 a { background-color: rgb(220,176,127); }

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

border-color css

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

 span { border-color: rgb(220,176,127); }

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