#D69575

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

Shades of Feldspar #D69575

Tints of Feldspar #D69575

Color information

#D69575 (or 0xD69575) is unknown color: approx Feldspar. HEX triplet: D6, 95 and 75. RGB value is (214,149,117). Sum of RGB (Red+Green+Blue) = 214+149+117=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69575 is #296A8A. Grayscale: #A4A4A4. Windows color (decimal): -2714251 or 7706070. OLE color: 7706070.

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

Color convert

RGB214149117-
CMYK00.300.450.16
HSL19.79º54.19%64.9%-
HSV(B)19.79º45.33%83.92%-
XYZ41.6937.0821.79-
YUV164.79101.03163.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=44.58%
G=31.04%
B=24.38%

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
Decimal21414911700.300.450.1619.7954.1964.9
HexD6957501E2D10143641
Octal32622516503655202466101
Binary1101011010010101111010101111010110110000101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69575; }

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

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

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

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

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

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

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

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