Html Css Color HEX #DFB074 Manhattan

📋 copy color: '#DFB074'

red 223 ◦ green 176 ◦ blue 116

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

Shades of Manhattan #DFB074

Tints of Manhattan #DFB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

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

R = 43.3%
G = 34.17%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB074 (or 0xDFB074) is known color: Manhattan. HEX triplet: DF, B0 and 74. RGB value is (223,176,116). Sum of RGB (Red+Green+Blue) = 223+176+116=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB074 is #204F8B. Grayscale: #B7B7B7. Windows color (decimal): -2117516 or 7647455. OLE color: 7647455.

HSL color Cylindrical-coordinate representation of color #DFB074: hue angle of 33.64º 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 #DFB074 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 116 -
CMYK 0 0.21 0.48 0.13
HSL 33.64º 0.63% 0.66% -
HSV(B) 33.64º 0.48% 0.87% -
XYZ 49.11 48 23.2 -
YUV 183.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 223 176 116 0 0.21 0.48 0.13 33.64 0.63 0.66
Hex DF B0 74 0 15 30 D 22 3F 42
Octal 337 260 164 0 25 60 15 42 77 102
Binary 11011111 10110000 1110100 0 10101 110000 1101 100010 111111 1000010

Color Harmonies of #DFB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB074

Black with #DFB074

Text Example


Text Example

White with #DFB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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