#D69982

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

Shades of Feldspar #D69982

Tints of Feldspar #D69982

Color information

#D69982 (or 0xD69982) is unknown color: approx Feldspar. HEX triplet: D6, 99 and 82. RGB value is (214,153,130). Sum of RGB (Red+Green+Blue) = 214+153+130=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69982 is #29667D. Grayscale: #A8A8A8. Windows color (decimal): -2713214 or 8559062. OLE color: 8559062.

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

Color convert

RGB214153130-
CMYK00.290.390.16
HSL16.43º50.6%67.45%-
HSV(B)16.43º39.25%83.92%-
XYZ43.1538.6926.31-
YUV168.62106.21160.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=43.06%
G=30.78%
B=26.16%

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
Decimal21415313000.290.390.1616.4350.667.45
HexD6998201D2710103343
Octal32623120203547202063103
Binary11010110100110011000001001110110011110000100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69982; }

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

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

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

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

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

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

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

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