#DA9871

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

Shades of Feldspar #DA9871

Tints of Feldspar #DA9871

Color information

#DA9871 (or 0xDA9871) is unknown color: approx Feldspar. HEX triplet: DA, 98 and 71. RGB value is (218,152,113). Sum of RGB (Red+Green+Blue) = 218+152+113=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9871 is #25678E. Grayscale: #A7A7A7. Windows color (decimal): -2451343 or 7444698. OLE color: 7444698.

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

Color convert

RGB218152113-
CMYK00.300.480.15
HSL22.29º58.66%64.9%-
HSV(B)22.29º48.17%85.49%-
XYZ43.1238.5520.79-
YUV167.2997.37164.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=45.13%
G=31.47%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815211300.300.480.1522.2958.6664.9
HexDA987101E30F163b41
Octal33223016103660172673101
Binary110110101001100011100010111101100001111101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9871; }

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

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

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

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

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

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

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

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