#DA917A

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

Shades of Feldspar #DA917A

Tints of Feldspar #DA917A

Color information

#DA917A (or 0xDA917A) is unknown color: approx Feldspar. HEX triplet: DA, 91 and 7A. RGB value is (218,145,122). Sum of RGB (Red+Green+Blue) = 218+145+122=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA917A is #256E85. Grayscale: #A4A4A4. Windows color (decimal): -2453126 or 8032730. OLE color: 8032730.

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

Color convert

RGB218145122-
CMYK00.330.440.15
HSL14.38º56.47%66.67%-
HSV(B)14.38º44.04%85.49%-
XYZ42.5536.5623.23-
YUV164.2104.18166.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=44.95%
G=29.90%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814512200.330.440.1514.3856.4766.67
HexDA917A0212CFe3843
Octal33222117204154171670103
Binary110110101001000111110100100001101100111111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA917A; }

 p { color: rgb(218,145,122); }

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

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

 a { background-color: rgb(218,145,122); }

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

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

 span { border-color: rgb(218,145,122); }

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