#D69882

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

Shades of Feldspar #D69882

Tints of Feldspar #D69882

Color information

#D69882 (or 0xD69882) is unknown color: approx Feldspar. HEX triplet: D6, 98 and 82. RGB value is (214,152,130). Sum of RGB (Red+Green+Blue) = 214+152+130=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69882 is #29677D. Grayscale: #A8A8A8. Windows color (decimal): -2713470 or 8558806. OLE color: 8558806.

HSL color Cylindrical-coordinate representation of color #D69882: hue angle of 15.71º 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 #D69882 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214152130-
CMYK00.290.390.16
HSL15.71º50.6%67.45%-
HSV(B)15.71º39.25%83.92%-
XYZ42.9938.3626.26-
YUV168.03106.54160.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=43.15%
G=30.65%
B=26.21%

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
Decimal21415213000.290.390.1615.7150.667.45
HexD6988201D2710103343
Octal32623020203547202063103
Binary11010110100110001000001001110110011110000100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69882; }

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

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

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

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

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

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

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

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