#DA9675

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

Shades of Feldspar #DA9675

Tints of Feldspar #DA9675

Color information

#DA9675 (or 0xDA9675) is unknown color: approx Feldspar. HEX triplet: DA, 96 and 75. RGB value is (218,150,117). Sum of RGB (Red+Green+Blue) = 218+150+117=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9675 is #25698A. Grayscale: #A6A6A6. Windows color (decimal): -2451851 or 7706330. OLE color: 7706330.

HSL color Cylindrical-coordinate representation of color #DA9675: hue angle of 19.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9675 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218150117-
CMYK00.310.460.15
HSL19.6º57.71%65.69%-
HSV(B)19.6º46.33%85.49%-
XYZ43.033821.9-
YUV166.57100.03164.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=44.95%
G=30.93%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815011700.310.460.1519.657.7165.69
HexDA967501F2EF143a42
Octal33222616503756172472102
Binary110110101001011011101010111111011101111101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9675; }

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

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

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

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

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

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

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

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