#DA976D

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

Shades of Feldspar #DA976D

Tints of Feldspar #DA976D

Color information

#DA976D (or 0xDA976D) is unknown color: approx Feldspar. HEX triplet: DA, 97 and 6D. RGB value is (218,151,109). Sum of RGB (Red+Green+Blue) = 218+151+109=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976D is #256892. Grayscale: #A6A6A6. Windows color (decimal): -2451603 or 7182298. OLE color: 7182298.

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

Color convert

RGB218151109-
CMYK00.310.50.15
HSL23.12º59.56%64.12%-
HSV(B)23.12º50%85.49%-
XYZ42.7438.1419.58-
YUV166.2495.7164.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=45.61%
G=31.59%
B=22.80%

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
Decimal21815110900.310.50.1523.1259.5664.12
HexDA976D01F32F173c40
Octal33222715503762172774100
Binary110110101001011111011010111111100101111101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA976D; }

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

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

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

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

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

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

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

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