#D39670

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

Shades of Feldspar #D39670

Tints of Feldspar #D39670

Color information

#D39670 (or 0xD39670) is unknown color: approx Feldspar. HEX triplet: D3, 96 and 70. RGB value is (211,150,112). Sum of RGB (Red+Green+Blue) = 211+150+112=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D39670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39670 is #2C698F. Grayscale: #A4A4A4. Windows color (decimal): -2910608 or 7378643. OLE color: 7378643.

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

Color convert

RGB211150112-
CMYK00.290.470.17
HSL23.03º52.94%63.33%-
HSV(B)23.03º46.92%82.75%-
XYZ40.6936.8320.29-
YUV163.9198.71161.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.61%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=44.61%
G=31.71%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115011200.290.470.1723.0352.9463.33
HexD3967001D2F1117353f
Octal3232261600355721276577
Binary110100111001011011100000111011011111000110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39670; }

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

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

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

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

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

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

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

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