#D69A81

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

Shades of Feldspar #D69A81

Tints of Feldspar #D69A81

Color information

#D69A81 (or 0xD69A81) is unknown color: approx Feldspar. HEX triplet: D6, 9A and 81. RGB value is (214,154,129). Sum of RGB (Red+Green+Blue) = 214+154+129=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A81 is #29657E. Grayscale: #A9A9A9. Windows color (decimal): -2712959 or 8493782. OLE color: 8493782.

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

Color convert

RGB214154129-
CMYK00.280.400.16
HSL17.65º50.9%67.25%-
HSV(B)17.65º39.72%83.92%-
XYZ43.2538.9926.02-
YUV169.09105.38160.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=43.06%
G=30.99%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415412900.280.400.1617.6550.967.25
HexD69A8101C2810123343
Octal32623220103450202263103
Binary11010110100110101000000101110010100010000100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A81; }

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

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

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

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

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

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

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

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