#DFC6B6

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

Shades of Just Right #DFC6B6

Tints of Just Right #DFC6B6

Color information

#DFC6B6 (or 0xDFC6B6) is unknown color: approx Just Right. HEX triplet: DF, C6 and B6. RGB value is (223,198,182). Sum of RGB (Red+Green+Blue) = 223+198+182=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6B6 is #203949. Grayscale: #CBCBCB. Windows color (decimal): -2111818 or 11978463. OLE color: 11978463.

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

Color convert

RGB223198182-
CMYK00.110.180.13
HSL23.41º39.05%79.41%-
HSV(B)23.41º18.39%87.45%-
XYZ59.0759.4552.62-
YUV203.65115.78141.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=36.98%
G=32.84%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319818200.110.180.1323.4139.0579.41
HexDFC6B60B12D17274f
Octal33730626601322152747117
Binary11011111110001101011011001011100101101101111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6B6; }

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

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

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

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

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

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

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

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