#D68C73

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

Shades of Feldspar #D68C73

Tints of Feldspar #D68C73

Color information

#D68C73 (or 0xD68C73) is unknown color: approx Feldspar. HEX triplet: D6, 8C and 73. RGB value is (214,140,115). Sum of RGB (Red+Green+Blue) = 214+140+115=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C73 is #29738C. Grayscale: #9F9F9F. Windows color (decimal): -2716557 or 7572694. OLE color: 7572694.

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

Color convert

RGB214140115-
CMYK00.350.460.16
HSL15.15º54.7%64.51%-
HSV(B)15.15º46.26%83.92%-
XYZ40.234.2920.72-
YUV159.28103.02167.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=45.63%
G=29.85%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414011500.350.460.1615.1554.764.51
HexD68C730232E10f3741
Octal32621416304356201767101
Binary1101011010001100111001101000111011101000011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C73; }

 p { color: rgb(214,140,115); }

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

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

 a { background-color: rgb(214,140,115); }

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

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

 span { border-color: rgb(214,140,115); }

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