#DFB69F

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

Shades of Just Right #DFB69F

Tints of Just Right #DFB69F

Color information

#DFB69F (or 0xDFB69F) is unknown color: approx Just Right. HEX triplet: DF, B6 and 9F. RGB value is (223,182,159). Sum of RGB (Red+Green+Blue) = 223+182+159=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB69F is #204960. Grayscale: #BFBFBF. Windows color (decimal): -2115937 or 10467039. OLE color: 10467039.

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

Color convert

RGB223182159-
CMYK00.180.290.13
HSL21.56º50%74.9%-
HSV(B)21.56º28.7%87.45%-
XYZ53.4251.6539.95-
YUV191.64109.58150.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=39.54%
G=32.27%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318215900.180.290.1321.565074.9
HexDFB69F0121DD16324b
Octal33726623702235152662113
Binary110111111011011010011111010010111011101101101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB69F; }

 p { color: rgb(223,182,159); }

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

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

 a { background-color: rgb(223,182,159); }

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

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

 span { border-color: rgb(223,182,159); }

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