#D38D6F

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

Shades of Feldspar #D38D6F

Tints of Feldspar #D38D6F

Color information

#D38D6F (or 0xD38D6F) is unknown color: approx Feldspar. HEX triplet: D3, 8D and 6F. RGB value is (211,141,111). Sum of RGB (Red+Green+Blue) = 211+141+111=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D6F is #2C7290. Grayscale: #9E9E9E. Windows color (decimal): -2912913 or 7310803. OLE color: 7310803.

HSL color Cylindrical-coordinate representation of color #D38D6F: hue angle of 18º 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 #D38D6F is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB211141111-
CMYK00.330.470.17
HSL18º53.19%63.14%-
HSV(B)18º47.39%82.75%-
XYZ39.2634.0519.54-
YUV158.51101.19165.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=45.57%
G=30.45%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114111100.330.470.171853.1963.14
HexD38D6F0212F1112353f
Octal3232151570415721226577
Binary1101001110001101110111101000011011111000110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D6F; }

 p { color: rgb(211,141,111); }

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

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

 a { background-color: rgb(211,141,111); }

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

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

 span { border-color: rgb(211,141,111); }

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