Html Css Color HEX #DFAF7D Manhattan

📋 copy color: '#DFAF7D'

red 223 ◦ green 175 ◦ blue 125

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

Shades of Manhattan #DFAF7D

Tints of Manhattan #DFAF7D

RGB

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

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

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

R = 42.64%
G = 33.46%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFAF7D (or 0xDFAF7D) is known color: Manhattan. HEX triplet: DF, AF and 7D. RGB value is (223,175,125). Sum of RGB (Red+Green+Blue) = 223+175+125=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF7D is #205082. Grayscale: #B7B7B7. Windows color (decimal): -2117763 or 8237023. OLE color: 8237023.

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

Color convert

RGB 223 175 125 -
CMYK 0 0.22 0.44 0.13
HSL 30.61º 0.6% 0.68% -
HSV(B) 30.61º 0.44% 0.87% -
XYZ 49.46 47.83 26.03 -
YUV 183.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 223 175 125 0 0.22 0.44 0.13 30.61 0.6 0.68
Hex DF AF 7D 0 16 2C D 1F 3C 44
Octal 337 257 175 0 26 54 15 37 74 104
Binary 11011111 10101111 1111101 0 10110 101100 1101 11111 111100 1000100

Color Harmonies of #DFAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF7D

Black with #DFAF7D

Text Example


Text Example

White with #DFAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF7D; }

 p { color: rgb(223,175,125); }

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

background-color css

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

 a { background-color: rgb(223,175,125); }

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

border-color css

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

 span { border-color: rgb(223,175,125); }

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