#D5996F

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

Shades of Feldspar #D5996F

Tints of Feldspar #D5996F

Color information

#D5996F (or 0xD5996F) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 6F. RGB value is (213,153,111). Sum of RGB (Red+Green+Blue) = 213+153+111=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5996F is #2A6690. Grayscale: #A6A6A6. Windows color (decimal): -2778769 or 7313877. OLE color: 7313877.

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

Color convert

RGB213153111-
CMYK00.280.480.16
HSL24.71º54.84%63.53%-
HSV(B)24.71º47.89%83.53%-
XYZ41.738.0820.19-
YUV166.1596.88161.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=44.65%
G=32.08%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315311100.280.480.1624.7154.8463.53
HexD5996F01C3010193740
Octal32523115703460203167100
Binary1101010110011001110111101110011000010000110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5996F; }

 p { color: rgb(213,153,111); }

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

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

 a { background-color: rgb(213,153,111); }

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

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

 span { border-color: rgb(213,153,111); }

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