Html Css Color HEX #DFAE74 Manhattan

📋 copy color: '#DFAE74'

red 223 ◦ green 174 ◦ blue 116

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

Shades of Manhattan #DFAE74

Tints of Manhattan #DFAE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.92%

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 43.47%
G = 33.92%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFAE74 (or 0xDFAE74) is known color: Manhattan. HEX triplet: DF, AE and 74. RGB value is (223,174,116). Sum of RGB (Red+Green+Blue) = 223+174+116=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE74 is #20518B. Grayscale: #B6B6B6. Windows color (decimal): -2118028 or 7646943. OLE color: 7646943.

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

Color convert

RGB 223 174 116 -
CMYK 0 0.22 0.48 0.13
HSL 32.52º 0.63% 0.66% -
HSV(B) 32.52º 0.48% 0.87% -
XYZ 48.72 47.22 23.07 -
YUV 182.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 223 174 116 0 0.22 0.48 0.13 32.52 0.63 0.66
Hex DF AE 74 0 16 30 D 21 3F 42
Octal 337 256 164 0 26 60 15 41 77 102
Binary 11011111 10101110 1110100 0 10110 110000 1101 100001 111111 1000010

Color Harmonies of #DFAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE74

Black with #DFAE74

Text Example


Text Example

White with #DFAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE74; }

 p { color: rgb(223,174,116); }

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

background-color css

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

 a { background-color: rgb(223,174,116); }

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

border-color css

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

 span { border-color: rgb(223,174,116); }

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