#DFC1AE

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

Shades of Just Right #DFC1AE

Tints of Just Right #DFC1AE

Color information

#DFC1AE (or 0xDFC1AE) is unknown color: approx Just Right. HEX triplet: DF, C1 and AE. RGB value is (223,193,174). Sum of RGB (Red+Green+Blue) = 223+193+174=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC1AE is #203E51. Grayscale: #C7C7C7. Windows color (decimal): -2113106 or 11452895. OLE color: 11452895.

HSL color Cylindrical-coordinate representation of color #DFC1AE: hue angle of 23.27º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC1AE is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223193174-
CMYK00.130.220.13
HSL23.27º43.36%77.84%-
HSV(B)23.27º21.97%87.45%-
XYZ57.1456.8848.01-
YUV199.8113.44144.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 193 (75.78% from 255) = 32.71%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=37.80%
G=32.71%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319317400.130.220.1323.2743.3677.84
HexDFC1AE0D16D172b4e
Octal33730125601526152753116
Binary11011111110000011010111001101101101101101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1AE; }

 p { color: rgb(223,193,174); }

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

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

 a { background-color: rgb(223,193,174); }

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

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

 span { border-color: rgb(223,193,174); }

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