#DFC6B4

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

Shades of Just Right #DFC6B4

Tints of Just Right #DFC6B4

Color information

#DFC6B4 (or 0xDFC6B4) is unknown color: approx Just Right. HEX triplet: DF, C6 and B4. RGB value is (223,198,180). Sum of RGB (Red+Green+Blue) = 223+198+180=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6B4 is #20394B. Grayscale: #CBCBCB. Windows color (decimal): -2111820 or 11847391. OLE color: 11847391.

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

Color convert

RGB223198180-
CMYK00.110.190.13
HSL25.12º40.19%79.02%-
HSV(B)25.12º19.28%87.45%-
XYZ58.8659.3751.54-
YUV203.42114.78141.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=37.10%
G=32.95%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319818000.110.190.1325.1240.1979.02
HexDFC6B40B13D19284f
Octal33730626401323153150117
Binary11011111110001101011010001011100111101110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6B4; }

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

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

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

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

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

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

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

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