Html Css Color HEX #DFB380 Manhattan

📋 copy color: '#DFB380'

red 223 ◦ green 179 ◦ blue 128

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

Shades of Manhattan #DFB380

Tints of Manhattan #DFB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

 BLUE value IS 128 (50.39% from 255) = 24.15%

R = 42.08%
G = 33.77%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFB380 (or 0xDFB380) is known color: Manhattan. HEX triplet: DF, B3 and 80. RGB value is (223,179,128). Sum of RGB (Red+Green+Blue) = 223+179+128=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB380 is #204C7F. Grayscale: #BABABA. Windows color (decimal): -2116736 or 8434655. OLE color: 8434655.

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

Color convert

RGB 223 179 128 -
CMYK 0 0.20 0.43 0.13
HSL 32.21º 0.6% 0.69% -
HSV(B) 32.21º 0.43% 0.87% -
XYZ 50.45 49.49 27.32 -
YUV 186.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 223 179 128 0 0.20 0.43 0.13 32.21 0.6 0.69
Hex DF B3 80 0 14 2B D 20 3C 45
Octal 337 263 200 0 24 53 15 40 74 105
Binary 11011111 10110011 10000000 0 10100 101011 1101 100000 111100 1000101

Color Harmonies of #DFB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB380

Black with #DFB380

Text Example


Text Example

White with #DFB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB380; }

 p { color: rgb(223,179,128); }

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

background-color css

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

 a { background-color: rgb(223,179,128); }

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

border-color css

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

 span { border-color: rgb(223,179,128); }

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