#DFB9AA

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

Shades of Just Right #DFB9AA

Tints of Just Right #DFB9AA

Color information

#DFB9AA (or 0xDFB9AA) is unknown color: approx Just Right. HEX triplet: DF, B9 and AA. RGB value is (223,185,170). Sum of RGB (Red+Green+Blue) = 223+185+170=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AA is #204655. Grayscale: #C2C2C2. Windows color (decimal): -2115158 or 11188703. OLE color: 11188703.

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

Color convert

RGB223185170-
CMYK00.170.240.13
HSL16.98º45.3%77.06%-
HSV(B)16.98º23.77%87.45%-
XYZ55.0453.2945.42-
YUV194.65114.09148.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=38.58%
G=32.01%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318517000.170.240.1316.9845.377.06
HexDFB9AA01118D112d4d
Octal33727125202130152155115
Binary110111111011100110101010010001110001101100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9AA; }

 p { color: rgb(223,185,170); }

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

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

 a { background-color: rgb(223,185,170); }

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

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

 span { border-color: rgb(223,185,170); }

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