#D69175

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

Shades of Feldspar #D69175

Tints of Feldspar #D69175

Color information

#D69175 (or 0xD69175) is unknown color: approx Feldspar. HEX triplet: D6, 91 and 75. RGB value is (214,145,117). Sum of RGB (Red+Green+Blue) = 214+145+117=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D69175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69175 is #296E8A. Grayscale: #A2A2A2. Windows color (decimal): -2715275 or 7705046. OLE color: 7705046.

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

Color convert

RGB214145117-
CMYK00.320.450.16
HSL17.32º54.19%64.9%-
HSV(B)17.32º45.33%83.92%-
XYZ41.0735.8321.58-
YUV162.44102.36164.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=44.96%
G=30.46%
B=24.58%

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
Decimal21414511700.320.450.1617.3254.1964.9
HexD691750202D10113641
Octal32622116504055202166101
Binary11010110100100011110101010000010110110000100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69175; }

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

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

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

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

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

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

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

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