#DFC1AD

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

Shades of Just Right #DFC1AD

Tints of Just Right #DFC1AD

Color information

#DFC1AD (or 0xDFC1AD) is unknown color: approx Just Right. HEX triplet: DF, C1 and AD. RGB value is (223,193,173). Sum of RGB (Red+Green+Blue) = 223+193+173=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC1AD is #203E52. Grayscale: #C7C7C7. Windows color (decimal): -2113107 or 11387359. OLE color: 11387359.

HSL color Cylindrical-coordinate representation of color #DFC1AD: hue angle of 24º degrees, saturation: 0.44, 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 #DFC1AD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223193173-
CMYK00.130.220.13
HSL24º43.86%77.65%-
HSV(B)24º22.42%87.45%-
XYZ57.0456.8547.5-
YUV199.69112.94144.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=37.86%
G=32.77%
B=29.37%

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
Decimal22319317300.130.220.132443.8677.65
HexDFC1AD0D16D182c4e
Octal33730125501526153054116
Binary11011111110000011010110101101101101101110001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1AD; }

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

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

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

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

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

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

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

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