#DFBEAC

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

Shades of Just Right #DFBEAC

Tints of Just Right #DFBEAC

Color information

#DFBEAC (or 0xDFBEAC) is unknown color: approx Just Right. HEX triplet: DF, BE and AC. RGB value is (223,190,172). Sum of RGB (Red+Green+Blue) = 223+190+172=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEAC is #204153. Grayscale: #C5C5C5. Windows color (decimal): -2113876 or 11321055. OLE color: 11321055.

HSL color Cylindrical-coordinate representation of color #DFBEAC: hue angle of 21.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBEAC is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223190172-
CMYK00.150.230.13
HSL21.18º44.35%77.45%-
HSV(B)21.18º22.87%87.45%-
XYZ56.2955.4946.77-
YUV197.82113.43145.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=38.12%
G=32.48%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319017200.150.230.1321.1844.3577.45
HexDFBEAC0F17D152c4d
Octal33727625401727152554115
Binary11011111101111101010110001111101111101101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEAC; }

 p { color: rgb(223,190,172); }

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

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

 a { background-color: rgb(223,190,172); }

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

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

 span { border-color: rgb(223,190,172); }

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