#D8D5C4

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

Shades of Loafer #D8D5C4

Tints of Loafer #D8D5C4

Color information

#D8D5C4 (or 0xD8D5C4) is unknown color: approx Loafer. HEX triplet: D8, D5 and C4. RGB value is (216,213,196). Sum of RGB (Red+Green+Blue) = 216+213+196=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5C4 is #272A3B. Grayscale: #D4D4D4. Windows color (decimal): -2566716 or 12899800. OLE color: 12899800.

HSL color Cylindrical-coordinate representation of color #D8D5C4: hue angle of 51º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8D5C4 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216213196-
CMYK00.010.090.15
HSL51º20.41%80.78%-
HSV(B)51º9.26%84.71%-
XYZ62.0866.1761.73-
YUV211.96118.99130.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 196 (76.95% from 255) = 31.36%
R=34.56%
G=34.08%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621319600.010.090.155120.4180.78
HexD8D5C4019F331451
Octal3303253040111176324121
Binary1101100011010101110001000110011111110011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5C4; }

 p { color: rgb(216,213,196); }

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

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

 a { background-color: rgb(216,213,196); }

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

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

 span { border-color: rgb(216,213,196); }

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