#DA966D

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

Shades of Feldspar #DA966D

Tints of Feldspar #DA966D

Color information

#DA966D (or 0xDA966D) is unknown color: approx Feldspar. HEX triplet: DA, 96 and 6D. RGB value is (218,150,109). Sum of RGB (Red+Green+Blue) = 218+150+109=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966D is #256992. Grayscale: #A5A5A5. Windows color (decimal): -2451859 or 7182042. OLE color: 7182042.

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

Color convert

RGB218150109-
CMYK00.310.50.15
HSL22.57º59.56%64.12%-
HSV(B)22.57º50%85.49%-
XYZ42.5837.8219.52-
YUV165.6696.03165.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=45.70%
G=31.45%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815010900.310.50.1522.5759.5664.12
HexDA966D01F32F173c40
Octal33222615503762172774100
Binary110110101001011011011010111111100101111101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA966D; }

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

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

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

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

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

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

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

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