#DA9879

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

Shades of Feldspar #DA9879

Tints of Feldspar #DA9879

Color information

#DA9879 (or 0xDA9879) is unknown color: approx Feldspar. HEX triplet: DA, 98 and 79. RGB value is (218,152,121). Sum of RGB (Red+Green+Blue) = 218+152+121=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9879 is #256786. Grayscale: #A8A8A8. Windows color (decimal): -2451335 or 7968986. OLE color: 7968986.

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

Color convert

RGB218152121-
CMYK00.300.440.15
HSL19.18º56.73%66.47%-
HSV(B)19.18º44.5%85.49%-
XYZ43.5938.7423.27-
YUV168.2101.37163.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=44.40%
G=30.96%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815212100.300.440.1519.1856.7366.47
HexDA987901E2CF133942
Octal33223017103654172371102
Binary110110101001100011110010111101011001111100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9879; }

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

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

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

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

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

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

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

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