#DA9378

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

Shades of Feldspar #DA9378

Tints of Feldspar #DA9378

Color information

#DA9378 (or 0xDA9378) is unknown color: approx Feldspar. HEX triplet: DA, 93 and 78. RGB value is (218,147,120). Sum of RGB (Red+Green+Blue) = 218+147+120=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9378 is #256C87. Grayscale: #A5A5A5. Windows color (decimal): -2452616 or 7902170. OLE color: 7902170.

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

Color convert

RGB218147120-
CMYK00.330.450.15
HSL16.53º56.98%66.27%-
HSV(B)16.53º44.95%85.49%-
XYZ42.7437.1322.68-
YUV165.15102.52165.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=44.95%
G=30.31%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814712000.330.450.1516.5356.9866.27
HexDA93780212DF113942
Octal33222317004155172171102
Binary1101101010010011111100001000011011011111100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9378; }

 p { color: rgb(218,147,120); }

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

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

 a { background-color: rgb(218,147,120); }

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

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

 span { border-color: rgb(218,147,120); }

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