#DFBCA1

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

Shades of Just Right #DFBCA1

Tints of Just Right #DFBCA1

Color information

#DFBCA1 (or 0xDFBCA1) is unknown color: approx Just Right. HEX triplet: DF, BC and A1. RGB value is (223,188,161). Sum of RGB (Red+Green+Blue) = 223+188+161=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA1 is #20435E. Grayscale: #C3C3C3. Windows color (decimal): -2114399 or 10599647. OLE color: 10599647.

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

Color convert

RGB223188161-
CMYK00.160.280.13
HSL26.13º49.21%75.29%-
HSV(B)26.13º27.8%87.45%-
XYZ54.8554.2341.29-
YUV195.39108.6147.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 161 (63.28% from 255) = 28.15%
R=38.99%
G=32.87%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318816100.160.280.1326.1349.2175.29
HexDFBCA10101CD1a314b
Octal33727424102034153261113
Binary110111111011110010100001010000111001101110101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCA1; }

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

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

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

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

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

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

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

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