#D68F77

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

Shades of Feldspar #D68F77

Tints of Feldspar #D68F77

Color information

#D68F77 (or 0xD68F77) is unknown color: approx Feldspar. HEX triplet: D6, 8F and 77. RGB value is (214,143,119). Sum of RGB (Red+Green+Blue) = 214+143+119=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F77 is #297088. Grayscale: #A1A1A1. Windows color (decimal): -2715785 or 7835606. OLE color: 7835606.

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

Color convert

RGB214143119-
CMYK00.330.440.16
HSL15.16º53.67%65.29%-
HSV(B)15.16º44.39%83.92%-
XYZ40.8835.2722.11-
YUV161.49104.02165.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 119 (46.88% from 255) = 25%
R=44.96%
G=30.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414311900.330.440.1615.1653.6765.29
HexD68F770212C10f3641
Octal32621716704154201766101
Binary1101011010001111111011101000011011001000011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F77; }

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

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

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

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

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

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

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

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