#D68C74

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

Shades of Feldspar #D68C74

Tints of Feldspar #D68C74

Color information

#D68C74 (or 0xD68C74) is unknown color: approx Feldspar. HEX triplet: D6, 8C and 74. RGB value is (214,140,116). Sum of RGB (Red+Green+Blue) = 214+140+116=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C74 is #29738B. Grayscale: #9F9F9F. Windows color (decimal): -2716556 or 7638230. OLE color: 7638230.

HSL color Cylindrical-coordinate representation of color #D68C74: hue angle of 14.69º degrees, saturation: 0.54, 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 #D68C74 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214140116-
CMYK00.350.460.16
HSL14.69º54.44%64.71%-
HSV(B)14.69º45.79%83.92%-
XYZ40.2634.3121.02-
YUV159.39103.52166.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 116 (45.70% from 255) = 24.68%
R=45.53%
G=29.79%
B=24.68%

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
Decimal21414011600.350.460.1614.6954.4464.71
HexD68C740232E10f3641
Octal32621416404356201766101
Binary1101011010001100111010001000111011101000011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C74; }

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

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

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

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

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

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

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

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