Html Css Color HEX #DFAB7F Manhattan

📋 copy color: '#DFAB7F'

red 223 ◦ green 171 ◦ blue 127

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

Shades of Manhattan #DFAB7F

Tints of Manhattan #DFAB7F

RGB

 RED value IS 223 (87.5% from 255) = 42.8%

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

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

R = 42.8%
G = 32.82%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFAB7F (or 0xDFAB7F) is known color: Manhattan. HEX triplet: DF, AB and 7F. RGB value is (223,171,127). Sum of RGB (Red+Green+Blue) = 223+171+127=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB7F is #205480. Grayscale: #B5B5B5. Windows color (decimal): -2118785 or 8367071. OLE color: 8367071.

HSL color Cylindrical-coordinate representation of color #DFAB7F: hue angle of 27.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFAB7F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 127 -
CMYK 0 0.23 0.43 0.13
HSL 27.5º 0.6% 0.69% -
HSV(B) 27.5º 0.43% 0.87% -
XYZ 48.83 46.35 26.45 -
YUV 181.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 223 171 127 0 0.23 0.43 0.13 27.5 0.6 0.69
Hex DF AB 7F 0 17 2B D 1C 3C 45
Octal 337 253 177 0 27 53 15 34 74 105
Binary 11011111 10101011 1111111 0 10111 101011 1101 11100 111100 1000101

Color Harmonies of #DFAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB7F

Black with #DFAB7F

Text Example


Text Example

White with #DFAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB7F; }

 p { color: rgb(223,171,127); }

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

background-color css

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

 a { background-color: rgb(223,171,127); }

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

border-color css

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

 span { border-color: rgb(223,171,127); }

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