#D39782

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

Shades of Feldspar #D39782

Tints of Feldspar #D39782

Color information

#D39782 (or 0xD39782) is unknown color: approx Feldspar. HEX triplet: D3, 97 and 82. RGB value is (211,151,130). Sum of RGB (Red+Green+Blue) = 211+151+130=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D39782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39782 is #2C687D. Grayscale: #A6A6A6. Windows color (decimal): -2910334 or 8558547. OLE color: 8558547.

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

Color convert

RGB211151130-
CMYK00.280.380.17
HSL15.56º47.93%66.86%-
HSV(B)15.56º38.39%82.75%-
XYZ41.9637.5926.16-
YUV166.55107.38159.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.89%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=42.89%
G=30.69%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115113000.280.380.1715.5647.9366.86
HexD3978201C2611103043
Octal32322720203446212060103
Binary11010011100101111000001001110010011010001100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39782; }

 p { color: rgb(211,151,130); }

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

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

 a { background-color: rgb(211,151,130); }

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

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

 span { border-color: rgb(211,151,130); }

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