#DA9A77

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

Shades of Feldspar #DA9A77

Tints of Feldspar #DA9A77

Color information

#DA9A77 (or 0xDA9A77) is unknown color: approx Feldspar. HEX triplet: DA, 9A and 77. RGB value is (218,154,119). Sum of RGB (Red+Green+Blue) = 218+154+119=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A77 is #256588. Grayscale: #A9A9A9. Windows color (decimal): -2450825 or 7838426. OLE color: 7838426.

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

Color convert

RGB218154119-
CMYK00.290.450.15
HSL21.21º57.23%66.08%-
HSV(B)21.21º45.41%85.49%-
XYZ43.839.3522.74-
YUV169.1599.7162.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=44.40%
G=31.36%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815411900.290.450.1521.2157.2366.08
HexDA9A7701D2DF153942
Octal33223216703555172571102
Binary110110101001101011101110111011011011111101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A77; }

 p { color: rgb(218,154,119); }

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

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

 a { background-color: rgb(218,154,119); }

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

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

 span { border-color: rgb(218,154,119); }

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