#DFBCA5

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

Shades of Just Right #DFBCA5

Tints of Just Right #DFBCA5

Color information

#DFBCA5 (or 0xDFBCA5) is unknown color: approx Just Right. HEX triplet: DF, BC and A5. RGB value is (223,188,165). Sum of RGB (Red+Green+Blue) = 223+188+165=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA5 is #20435A. Grayscale: #C3C3C3. Windows color (decimal): -2114395 or 10861791. OLE color: 10861791.

HSL color Cylindrical-coordinate representation of color #DFBCA5: hue angle of 23.79º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBCA5 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223188165-
CMYK00.160.260.13
HSL23.79º47.54%76.08%-
HSV(B)23.79º26.01%87.45%-
XYZ55.2154.3743.18-
YUV195.84110.6147.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=38.72%
G=32.64%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318816500.160.260.1323.7947.5476.08
HexDFBCA50101AD18304c
Octal33727424502032153060114
Binary110111111011110010100101010000110101101110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCA5; }

 p { color: rgb(223,188,165); }

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

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

 a { background-color: rgb(223,188,165); }

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

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

 span { border-color: rgb(223,188,165); }

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