#DFC7B6

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

Shades of Just Right #DFC7B6

Tints of Just Right #DFC7B6

Color information

#DFC7B6 (or 0xDFC7B6) is unknown color: approx Just Right. HEX triplet: DF, C7 and B6. RGB value is (223,199,182). Sum of RGB (Red+Green+Blue) = 223+199+182=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7B6 is #203849. Grayscale: #CCCCCC. Windows color (decimal): -2111562 or 11978719. OLE color: 11978719.

HSL color Cylindrical-coordinate representation of color #DFC7B6: hue angle of 24.88º 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 #DFC7B6 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223199182-
CMYK00.110.180.13
HSL24.88º39.05%79.41%-
HSV(B)24.88º18.39%87.45%-
XYZ59.359.9152.69-
YUV204.24115.45141.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=36.92%
G=32.95%
B=30.13%

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
Decimal22319918200.110.180.1324.8839.0579.41
HexDFC7B60B12D19274f
Octal33730726601322153147117
Binary11011111110001111011011001011100101101110011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7B6; }

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

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

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

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

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

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

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

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