#D68F75

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

Shades of Feldspar #D68F75

Tints of Feldspar #D68F75

Color information

#D68F75 (or 0xD68F75) is unknown color: approx Feldspar. HEX triplet: D6, 8F and 75. RGB value is (214,143,117). Sum of RGB (Red+Green+Blue) = 214+143+117=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F75 is #29708A. Grayscale: #A1A1A1. Windows color (decimal): -2715787 or 7704534. OLE color: 7704534.

HSL color Cylindrical-coordinate representation of color #D68F75: hue angle of 16.08º 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 #D68F75 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214143117-
CMYK00.330.450.16
HSL16.08º54.19%64.9%-
HSV(B)16.08º45.33%83.92%-
XYZ40.7635.2321.48-
YUV161.26103.02165.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=45.15%
G=30.17%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414311700.330.450.1616.0854.1964.9
HexD68F750212D10103641
Octal32621716504155202066101
Binary11010110100011111110101010000110110110000100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F75; }

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

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

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

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

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

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

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

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