Html Css Color HEX #DFB274 Manhattan

📋 copy color: '#DFB274'

red 223 ◦ green 178 ◦ blue 116

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

Shades of Manhattan #DFB274

Tints of Manhattan #DFB274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 43.13%
G = 34.43%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB274 (or 0xDFB274) is known color: Manhattan. HEX triplet: DF, B2 and 74. RGB value is (223,178,116). Sum of RGB (Red+Green+Blue) = 223+178+116=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB274 is #204D8B. Grayscale: #B8B8B8. Windows color (decimal): -2117004 or 7647967. OLE color: 7647967.

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

Color convert

RGB 223 178 116 -
CMYK 0 0.20 0.48 0.13
HSL 34.77º 0.63% 0.66% -
HSV(B) 34.77º 0.48% 0.87% -
XYZ 49.5 48.79 23.33 -
YUV 184.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 223 178 116 0 0.20 0.48 0.13 34.77 0.63 0.66
Hex DF B2 74 0 14 30 D 23 3F 42
Octal 337 262 164 0 24 60 15 43 77 102
Binary 11011111 10110010 1110100 0 10100 110000 1101 100011 111111 1000010

Color Harmonies of #DFB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB274

Black with #DFB274

Text Example


Text Example

White with #DFB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB274; }

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

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

background-color css

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

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

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

border-color css

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

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

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