#DFBBA2

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

Shades of Just Right #DFBBA2

Tints of Just Right #DFBBA2

Color information

#DFBBA2 (or 0xDFBBA2) is unknown color: approx Just Right. HEX triplet: DF, BB and A2. RGB value is (223,187,162). Sum of RGB (Red+Green+Blue) = 223+187+162=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBA2 is #20445D. Grayscale: #C3C3C3. Windows color (decimal): -2114654 or 10664927. OLE color: 10664927.

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

Color convert

RGB223187162-
CMYK00.160.270.13
HSL24.59º48.8%75.49%-
HSV(B)24.59º27.35%87.45%-
XYZ54.7253.8441.69-
YUV194.91109.43148.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 162 (63.67% from 255) = 28.32%
R=38.99%
G=32.69%
B=28.32%

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
Decimal22318716200.160.270.1324.5948.875.49
HexDFBBA20101BD19314b
Octal33727324202033153161113
Binary110111111011101110100010010000110111101110011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBA2; }

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

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

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

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

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

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

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

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