#D5966E

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

Shades of Feldspar #D5966E

Tints of Feldspar #D5966E

Color information

#D5966E (or 0xD5966E) is unknown color: approx Feldspar. HEX triplet: D5, 96 and 6E. RGB value is (213,150,110). Sum of RGB (Red+Green+Blue) = 213+150+110=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5966E is #2A6991. Grayscale: #A4A4A4. Windows color (decimal): -2779538 or 7247573. OLE color: 7247573.

HSL color Cylindrical-coordinate representation of color #D5966E: hue angle of 23.3º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5966E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213150110-
CMYK00.300.480.16
HSL23.3º55.08%63.33%-
HSV(B)23.3º48.36%83.53%-
XYZ41.1637.0819.74-
YUV164.2897.37162.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=45.03%
G=31.71%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315011000.300.480.1623.355.0863.33
HexD5966E01E301017373f
Octal3252261560366020276777
Binary110101011001011011011100111101100001000010111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5966E; }

 p { color: rgb(213,150,110); }

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

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

 a { background-color: rgb(213,150,110); }

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

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

 span { border-color: rgb(213,150,110); }

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