#D69983

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

Shades of Feldspar #D69983

Tints of Feldspar #D69983

Color information

#D69983 (or 0xD69983) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 83. RGB value is (214,153,131). Sum of RGB (Red+Green+Blue) = 214+153+131=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69983 is #29667C. Grayscale: #A8A8A8. Windows color (decimal): -2713213 or 8624598. OLE color: 8624598.

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

Color convert

RGB214153131-
CMYK00.290.390.16
HSL15.9º50.3%67.65%-
HSV(B)15.9º38.79%83.92%-
XYZ43.2238.7226.67-
YUV168.73106.71160.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=42.97%
G=30.72%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415313100.290.390.1615.950.367.65
HexD6998301D2710103244
Octal32623120303547202062104
Binary11010110100110011000001101110110011110000100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69983; }

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

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

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

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

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

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

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

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