#DA9475

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

Shades of Feldspar #DA9475

Tints of Feldspar #DA9475

Color information

#DA9475 (or 0xDA9475) is unknown color: approx Feldspar. HEX triplet: DA, 94 and 75. RGB value is (218,148,117). Sum of RGB (Red+Green+Blue) = 218+148+117=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9475 is #256B8A. Grayscale: #A5A5A5. Windows color (decimal): -2452363 or 7705818. OLE color: 7705818.

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

Color convert

RGB218148117-
CMYK00.320.460.15
HSL18.42º57.71%65.69%-
HSV(B)18.42º46.33%85.49%-
XYZ42.7137.3721.79-
YUV165.4100.69165.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=45.13%
G=30.64%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814811700.320.460.1518.4257.7165.69
HexDA94750202EF123a42
Octal33222416504056172272102
Binary1101101010010100111010101000001011101111100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9475; }

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

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

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

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

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

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

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

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