#DFBBA8

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

Shades of Just Right #DFBBA8

Tints of Just Right #DFBBA8

Color information

#DFBBA8 (or 0xDFBBA8) is unknown color: approx Just Right. HEX triplet: DF, BB and A8. RGB value is (223,187,168). Sum of RGB (Red+Green+Blue) = 223+187+168=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBA8 is #204457. Grayscale: #C3C3C3. Windows color (decimal): -2114648 or 11058143. OLE color: 11058143.

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

Color convert

RGB223187168-
CMYK00.160.250.13
HSL20.73º46.22%76.67%-
HSV(B)20.73º24.66%87.45%-
XYZ55.2754.0644.57-
YUV195.6112.43147.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 168 (66.02% from 255) = 29.07%
R=38.58%
G=32.35%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318716800.160.250.1320.7346.2276.67
HexDFBBA801019D152e4d
Octal33727325002031152556115
Binary110111111011101110101000010000110011101101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBA8; }

 p { color: rgb(223,187,168); }

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

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

 a { background-color: rgb(223,187,168); }

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

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

 span { border-color: rgb(223,187,168); }

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