#D69981

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

Shades of Feldspar #D69981

Tints of Feldspar #D69981

Color information

#D69981 (or 0xD69981) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 81. RGB value is (214,153,129). Sum of RGB (Red+Green+Blue) = 214+153+129=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69981 is #29667E. Grayscale: #A8A8A8. Windows color (decimal): -2713215 or 8493526. OLE color: 8493526.

HSL color Cylindrical-coordinate representation of color #D69981: hue angle of 16.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69981 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214153129-
CMYK00.290.400.16
HSL16.94º50.9%67.25%-
HSV(B)16.94º39.72%83.92%-
XYZ43.0938.6625.96-
YUV168.5105.71160.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=43.15%
G=30.85%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415312900.290.400.1616.9450.967.25
HexD6998101D2810113343
Octal32623120103550202163103
Binary11010110100110011000000101110110100010000100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69981; }

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

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

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

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

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

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

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

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