#D38F7B

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

Shades of Feldspar #D38F7B

Tints of Feldspar #D38F7B

Color information

#D38F7B (or 0xD38F7B) is unknown color: approx Feldspar. HEX triplet: D3, 8F and 7B. RGB value is (211,143,123). Sum of RGB (Red+Green+Blue) = 211+143+123=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F7B is #2C7084. Grayscale: #A1A1A1. Windows color (decimal): -2912389 or 8097747. OLE color: 8097747.

HSL color Cylindrical-coordinate representation of color #D38F7B: hue angle of 13.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D38F7B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB211143123-
CMYK00.320.420.17
HSL13.64º50%65.49%-
HSV(B)13.64º41.71%82.75%-
XYZ40.2634.9223.36-
YUV161.05106.53163.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=44.23%
G=29.98%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114312300.320.420.1713.645065.49
HexD38F7B0202A11e3241
Octal32321717304052211662101
Binary1101001110001111111101101000001010101000111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38F7B; }

 p { color: rgb(211,143,123); }

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

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

 a { background-color: rgb(211,143,123); }

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

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

 span { border-color: rgb(211,143,123); }

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