#DA9271

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

Shades of Feldspar #DA9271

Tints of Feldspar #DA9271

Color information

#DA9271 (or 0xDA9271) is unknown color: approx Feldspar. HEX triplet: DA, 92 and 71. RGB value is (218,146,113). Sum of RGB (Red+Green+Blue) = 218+146+113=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9271 is #256D8E. Grayscale: #A3A3A3. Windows color (decimal): -2452879 or 7443162. OLE color: 7443162.

HSL color Cylindrical-coordinate representation of color #DA9271: hue angle of 18.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA9271 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218146113-
CMYK00.330.480.15
HSL18.86º58.66%64.9%-
HSV(B)18.86º48.17%85.49%-
XYZ42.1736.6620.48-
YUV163.7799.35166.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=45.70%
G=30.61%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814611300.330.480.1518.8658.6664.9
HexDA927102130F133b41
Octal33222216104160172373101
Binary1101101010010010111000101000011100001111100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9271; }

 p { color: rgb(218,146,113); }

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

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

 a { background-color: rgb(218,146,113); }

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

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

 span { border-color: rgb(218,146,113); }

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