#d2997c

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

Shades of Feldspar #D2997C

Tints of Feldspar #D2997C

Color information

#D2997C (or 0xD2997C) is unknown color: approx Feldspar. HEX triplet: D2, 99 and 7C. RGB value is (210,153,124). Sum of RGB (Red+Green+Blue) = 210+153+124=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2997C is #2D6683. Grayscale: #A6A6A6. Windows color (decimal): -2975364 or 8165842. OLE color: 8165842.

HSL color Cylindrical-coordinate representation of color #D2997C: hue angle of 20.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2997C is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210153124-
CMYK00.270.410.18
HSL20.23º48.86%65.49%-
HSV(B)20.23º40.95%82.35%-
XYZ41.6137.9424.2-
YUV166.74103.88158.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=43.12%
G=31.42%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015312400.270.410.1820.2348.8665.49
HexD2997C01B2912143141
Octal32223117403351222461101
Binary1101001010011001111110001101110100110010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2997c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2997c; }

 p { color: rgb(210,153,124); }

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

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

 a { background-color: rgb(210,153,124); }

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

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

 span { border-color: rgb(210,153,124); }

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