#D2996E

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

Shades of Feldspar #D2996E

Tints of Feldspar #D2996E

Color information

#D2996E (or 0xD2996E) is unknown color: approx Feldspar. HEX triplet: D2, 99 and 6E. RGB value is (210,153,110). Sum of RGB (Red+Green+Blue) = 210+153+110=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2996E is #2D6691. Grayscale: #A5A5A5. Windows color (decimal): -2975378 or 7248338. OLE color: 7248338.

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

Color convert

RGB210153110-
CMYK00.270.480.18
HSL25.8º52.63%62.75%-
HSV(B)25.8º47.62%82.35%-
XYZ40.7837.6119.86-
YUV165.1496.88160-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=44.40%
G=32.35%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015311000.270.480.1825.852.6362.75
HexD2996E01B30121a353f
Octal3222311560336022326577
Binary110100101001100111011100110111100001001011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2996E; }

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

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

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

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

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

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

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

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