#D69675

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

Shades of Feldspar #D69675

Tints of Feldspar #D69675

Color information

#D69675 (or 0xD69675) is unknown color: approx Feldspar. HEX triplet: D6, 96 and 75. RGB value is (214,150,117). Sum of RGB (Red+Green+Blue) = 214+150+117=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69675 is #29698A. Grayscale: #A5A5A5. Windows color (decimal): -2713995 or 7706326. OLE color: 7706326.

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

Color convert

RGB214150117-
CMYK00.300.450.16
HSL20.41º54.19%64.9%-
HSV(B)20.41º45.33%83.92%-
XYZ41.8537.3921.84-
YUV165.37100.7162.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=44.49%
G=31.19%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415011700.300.450.1620.4154.1964.9
HexD6967501E2D10143641
Octal32622616503655202466101
Binary1101011010010110111010101111010110110000101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69675; }

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

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

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

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

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

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

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

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