#DA9E71

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

Shades of Feldspar #DA9E71

Tints of Feldspar #DA9E71

Color information

#DA9E71 (or 0xDA9E71) is unknown color: approx Feldspar. HEX triplet: DA, 9E and 71. RGB value is (218,158,113). Sum of RGB (Red+Green+Blue) = 218+158+113=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E71 is #25618E. Grayscale: #ABABAB. Windows color (decimal): -2449807 or 7446234. OLE color: 7446234.

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

Color convert

RGB218158113-
CMYK00.280.480.15
HSL25.71º58.66%64.9%-
HSV(B)25.71º48.17%85.49%-
XYZ44.1240.5521.12-
YUV170.8195.38161.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=44.58%
G=32.31%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815811300.280.480.1525.7158.6664.9
HexDA9E7101C30F1a3b41
Octal33223616103460173273101
Binary110110101001111011100010111001100001111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9E71; }

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

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

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

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

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

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

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

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