#D69976

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

Shades of Feldspar #D69976

Tints of Feldspar #D69976

Color information

#D69976 (or 0xD69976) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 76. RGB value is (214,153,118). Sum of RGB (Red+Green+Blue) = 214+153+118=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D69976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69976 is #296689. Grayscale: #A7A7A7. Windows color (decimal): -2713226 or 7772630. OLE color: 7772630.

HSL color Cylindrical-coordinate representation of color #D69976: hue angle of 21.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D69976 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214153118-
CMYK00.290.450.16
HSL21.88º53.93%65.1%-
HSV(B)21.88º44.86%83.92%-
XYZ42.3938.3922.31-
YUV167.25100.21161.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=44.12%
G=31.55%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415311800.290.450.1621.8853.9365.1
HexD6997601D2D10163641
Octal32623116603555202666101
Binary1101011010011001111011001110110110110000101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69976; }

 p { color: rgb(214,153,118); }

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

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

 a { background-color: rgb(214,153,118); }

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

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

 span { border-color: rgb(214,153,118); }

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