#D69176

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

Shades of Feldspar #D69176

Tints of Feldspar #D69176

Color information

#D69176 (or 0xD69176) is unknown color: approx Feldspar. HEX triplet: D6, 91 and 76. RGB value is (214,145,118). Sum of RGB (Red+Green+Blue) = 214+145+118=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D69176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69176 is #296E89. Grayscale: #A2A2A2. Windows color (decimal): -2715274 or 7770582. OLE color: 7770582.

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

Color convert

RGB214145118-
CMYK00.320.450.16
HSL16.88º53.93%65.1%-
HSV(B)16.88º44.86%83.92%-
XYZ41.1335.8521.89-
YUV162.55102.86164.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=44.86%
G=30.40%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414511800.320.450.1616.8853.9365.1
HexD691760202D10113641
Octal32622116604055202166101
Binary11010110100100011110110010000010110110000100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69176; }

 p { color: rgb(214,145,118); }

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

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

 a { background-color: rgb(214,145,118); }

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

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

 span { border-color: rgb(214,145,118); }

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