Html Css Color HEX #DCAF7E Manhattan

📋 copy color: '#DCAF7E'

red 220 ◦ green 175 ◦ blue 126

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

Shades of Manhattan #DCAF7E

Tints of Manhattan #DCAF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

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

R = 42.23%
G = 33.59%
B = 24.18%

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

#DCAF7E (or 0xDCAF7E) is known color: Manhattan. HEX triplet: DC, AF and 7E. RGB value is (220,175,126). Sum of RGB (Red+Green+Blue) = 220+175+126=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF7E is #235081. Grayscale: #B7B7B7. Windows color (decimal): -2314370 or 8302556. OLE color: 8302556.

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

Color convert

RGB 220 175 126 -
CMYK 0 0.20 0.43 0.14
HSL 31.28º 0.57% 0.68% -
HSV(B) 31.28º 0.43% 0.86% -
XYZ 48.61 47.38 26.32 -
YUV 182.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 220 175 126 0 0.20 0.43 0.14 31.28 0.57 0.68
Hex DC AF 7E 0 14 2B E 1F 39 44
Octal 334 257 176 0 24 53 16 37 71 104
Binary 11011100 10101111 1111110 0 10100 101011 1110 11111 111001 1000100

Color Harmonies of #DCAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF7E

Black with #DCAF7E

Text Example


Text Example

White with #DCAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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