#D68B74

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

Shades of Feldspar #D68B74

Tints of Feldspar #D68B74

Color information

#D68B74 (or 0xD68B74) is unknown color: approx Feldspar. HEX triplet: D6, 8B and 74. RGB value is (214,139,116). Sum of RGB (Red+Green+Blue) = 214+139+116=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B74 is #29748B. Grayscale: #9E9E9E. Windows color (decimal): -2716812 or 7637974. OLE color: 7637974.

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

Color convert

RGB214139116-
CMYK00.350.460.16
HSL14.08º54.44%64.71%-
HSV(B)14.08º45.79%83.92%-
XYZ40.1234.0220.98-
YUV158.8103.85167.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=45.63%
G=29.64%
B=24.73%

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
Decimal21413911600.350.460.1614.0854.4464.71
HexD68B740232E10e3641
Octal32621316404356201666101
Binary1101011010001011111010001000111011101000011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B74; }

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

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

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

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

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

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

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

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