#DFBCA3

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

Shades of Just Right #DFBCA3

Tints of Just Right #DFBCA3

Color information

#DFBCA3 (or 0xDFBCA3) is unknown color: approx Just Right. HEX triplet: DF, BC and A3. RGB value is (223,188,163). Sum of RGB (Red+Green+Blue) = 223+188+163=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA3 is #20435C. Grayscale: #C3C3C3. Windows color (decimal): -2114397 or 10730719. OLE color: 10730719.

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

Color convert

RGB223188163-
CMYK00.160.270.13
HSL25º48.39%75.69%-
HSV(B)25º26.91%87.45%-
XYZ55.0354.342.23-
YUV195.61109.6147.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=38.85%
G=32.75%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318816300.160.270.132548.3975.69
HexDFBCA30101BD19304c
Octal33727424302033153160114
Binary110111111011110010100011010000110111101110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCA3; }

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

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

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

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

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

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

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

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