#D68E75

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

Shades of Feldspar #D68E75

Tints of Feldspar #D68E75

Color information

#D68E75 (or 0xD68E75) is unknown color: approx Feldspar. HEX triplet: D6, 8E and 75. RGB value is (214,142,117). Sum of RGB (Red+Green+Blue) = 214+142+117=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E75 is #29718A. Grayscale: #A0A0A0. Windows color (decimal): -2716043 or 7704278. OLE color: 7704278.

HSL color Cylindrical-coordinate representation of color #D68E75: hue angle of 15.46º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68E75 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214142117-
CMYK00.340.450.16
HSL15.46º54.19%64.9%-
HSV(B)15.46º45.33%83.92%-
XYZ40.6234.9321.43-
YUV160.68103.35166.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=45.24%
G=30.02%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414211700.340.450.1615.4654.1964.9
HexD68E750222D10f3641
Octal32621616504255201766101
Binary1101011010001110111010101000101011011000011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E75; }

 p { color: rgb(214,142,117); }

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

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

 a { background-color: rgb(214,142,117); }

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

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

 span { border-color: rgb(214,142,117); }

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