Html Css Color HEX #DCAB78 Manhattan

📋 copy color: '#DCAB78'

red 220 ◦ green 171 ◦ blue 120

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

Shades of Manhattan #DCAB78

Tints of Manhattan #DCAB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.46%

 BLUE value IS 120 (47.27% from 255) = 23.48%

R = 43.05%
G = 33.46%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCAB78 (or 0xDCAB78) is known color: Manhattan. HEX triplet: DC, AB and 78. RGB value is (220,171,120). Sum of RGB (Red+Green+Blue) = 220+171+120=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB78 is #235487. Grayscale: #B4B4B4. Windows color (decimal): -2315400 or 7908316. OLE color: 7908316.

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

Color convert

RGB 220 171 120 -
CMYK 0 0.22 0.45 0.14
HSL 30.6º 0.59% 0.67% -
HSV(B) 30.6º 0.45% 0.86% -
XYZ 47.47 45.7 24.09 -
YUV 179.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 220 171 120 0 0.22 0.45 0.14 30.6 0.59 0.67
Hex DC AB 78 0 16 2D E 1F 3B 43
Octal 334 253 170 0 26 55 16 37 73 103
Binary 11011100 10101011 1111000 0 10110 101101 1110 11111 111011 1000011

Color Harmonies of #DCAB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB78

Black with #DCAB78

Text Example


Text Example

White with #DCAB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB78; }

 p { color: rgb(220,171,120); }

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

background-color css

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

 a { background-color: rgb(220,171,120); }

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

border-color css

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

 span { border-color: rgb(220,171,120); }

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