#D69579

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

Shades of Feldspar #D69579

Tints of Feldspar #D69579

Color information

#D69579 (or 0xD69579) is unknown color: approx Feldspar. HEX triplet: D6, 95 and 79. RGB value is (214,149,121). Sum of RGB (Red+Green+Blue) = 214+149+121=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D69579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69579 is #296A86. Grayscale: #A5A5A5. Windows color (decimal): -2714247 or 7968214. OLE color: 7968214.

HSL color Cylindrical-coordinate representation of color #D69579: hue angle of 18.06º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D69579 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214149121-
CMYK00.300.430.16
HSL18.06º53.14%65.69%-
HSV(B)18.06º43.46%83.92%-
XYZ41.9337.1723.05-
YUV165.24103.03162.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 121 (47.66% from 255) = 25%
R=44.21%
G=30.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414912100.300.430.1618.0653.1465.69
HexD6957901E2B10123542
Octal32622517103653202265102
Binary1101011010010101111100101111010101110000100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69579; }

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

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

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

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

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

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

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

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