#D5997A

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

Shades of Feldspar #D5997A

Tints of Feldspar #D5997A

Color information

#D5997A (or 0xD5997A) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 7A. RGB value is (213,153,122). Sum of RGB (Red+Green+Blue) = 213+153+122=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5997A is #2A6685. Grayscale: #A7A7A7. Windows color (decimal): -2778758 or 8034773. OLE color: 8034773.

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

Color convert

RGB213153122-
CMYK00.280.430.16
HSL20.44º52%65.69%-
HSV(B)20.44º42.72%83.53%-
XYZ42.3438.3323.58-
YUV167.41102.38160.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 122 (48.05% from 255) = 25%
R=43.65%
G=31.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315312200.280.430.1620.445265.69
HexD5997A01C2B10143442
Octal32523117203453202464102
Binary1101010110011001111101001110010101110000101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5997A; }

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

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

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

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

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

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

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

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