#D69781

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

Shades of Feldspar #D69781

Tints of Feldspar #D69781

Color information

#D69781 (or 0xD69781) is unknown color: approx Feldspar. HEX triplet: D6, 97 and 81. RGB value is (214,151,129). Sum of RGB (Red+Green+Blue) = 214+151+129=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D69781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69781 is #29687E. Grayscale: #A7A7A7. Windows color (decimal): -2713727 or 8493014. OLE color: 8493014.

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

Color convert

RGB214151129-
CMYK00.290.400.16
HSL15.53º50.9%67.25%-
HSV(B)15.53º39.72%83.92%-
XYZ42.7638.0125.85-
YUV167.33106.37161.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=43.32%
G=30.57%
B=26.11%

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
Decimal21415112900.290.400.1615.5350.967.25
HexD6978101D2810103343
Octal32622720103550202063103
Binary11010110100101111000000101110110100010000100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69781; }

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

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

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

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

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

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

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

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