#DFBFAE

Color #DFBFAE Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DFBFAE

Tints of Just Right #DFBFAE

Color information

#DFBFAE (or 0xDFBFAE) is unknown color: approx Just Right. HEX triplet: DF, BF and AE. RGB value is (223,191,174). Sum of RGB (Red+Green+Blue) = 223+191+174=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBFAE is #204051. Grayscale: #C6C6C6. Windows color (decimal): -2113618 or 11452383. OLE color: 11452383.

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

Color convert

RGB223191174-
CMYK00.140.220.13
HSL20.82º43.36%77.84%-
HSV(B)20.82º21.97%87.45%-
XYZ56.756.0147.87-
YUV198.63114.1145.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=37.93%
G=32.48%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319117400.140.220.1320.8243.3677.84
HexDFBFAE0E16D152b4e
Octal33727725601626152553116
Binary11011111101111111010111001110101101101101011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFAE; }

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

 H1.HeaderClassName
 {
   color: #DFBFAE;
 }
 .AnyTagClassName
 {
   color: #DFBFAE;
 }
</style>
background-color css

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

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

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

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

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

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