#D69177

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

Shades of Feldspar #D69177

Tints of Feldspar #D69177

Color information

#D69177 (or 0xD69177) is unknown color: approx Feldspar. HEX triplet: D6, 91 and 77. RGB value is (214,145,119). Sum of RGB (Red+Green+Blue) = 214+145+119=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69177 is #296E88. Grayscale: #A2A2A2. Windows color (decimal): -2715273 or 7836118. OLE color: 7836118.

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

Color convert

RGB214145119-
CMYK00.320.440.16
HSL16.42º53.67%65.29%-
HSV(B)16.42º44.39%83.92%-
XYZ41.1935.8822.21-
YUV162.67103.36164.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=44.77%
G=30.33%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414511900.320.440.1616.4253.6765.29
HexD691770202C10103641
Octal32622116704054202066101
Binary11010110100100011110111010000010110010000100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69177; }

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

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

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

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

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

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

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

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