#DA9A6D

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

Shades of Feldspar #DA9A6D

Tints of Feldspar #DA9A6D

Color information

#DA9A6D (or 0xDA9A6D) is unknown color: approx Feldspar. HEX triplet: DA, 9A and 6D. RGB value is (218,154,109). Sum of RGB (Red+Green+Blue) = 218+154+109=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6D is #256592. Grayscale: #A8A8A8. Windows color (decimal): -2450835 or 7183066. OLE color: 7183066.

HSL color Cylindrical-coordinate representation of color #DA9A6D: hue angle of 24.77º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA9A6D is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218154109-
CMYK00.290.50.15
HSL24.77º59.56%64.12%-
HSV(B)24.77º50%85.49%-
XYZ43.2339.1219.74-
YUV168.0194.7163.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=45.32%
G=32.02%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815410900.290.50.1524.7759.5664.12
HexDA9A6D01D32F193c40
Octal33223215503562173174100
Binary110110101001101011011010111011100101111110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A6D; }

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

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

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

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

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

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

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

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