#D39681

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

Shades of Feldspar #D39681

Tints of Feldspar #D39681

Color information

#D39681 (or 0xD39681) is unknown color: approx Feldspar. HEX triplet: D3, 96 and 81. RGB value is (211,150,129). Sum of RGB (Red+Green+Blue) = 211+150+129=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D39681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39681 is #2C697E. Grayscale: #A5A5A5. Windows color (decimal): -2910591 or 8492755. OLE color: 8492755.

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

Color convert

RGB211150129-
CMYK00.290.390.17
HSL15.37º48.24%66.67%-
HSV(B)15.37º38.86%82.75%-
XYZ41.7337.2525.76-
YUV165.84107.21160.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=43.06%
G=30.61%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115012900.290.390.1715.3748.2466.67
HexD3968101D2711f3043
Octal32322620103547211760103
Binary1101001110010110100000010111011001111000111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39681; }

 p { color: rgb(211,150,129); }

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

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

 a { background-color: rgb(211,150,129); }

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

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

 span { border-color: rgb(211,150,129); }

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