Html Css Color HEX #D38F6E Feldspar

📋 copy color: '#D38F6E'

red 211 ◦ green 143 ◦ blue 110

#D38F6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D38F6E

Tints of Feldspar #D38F6E

RGB

 RED value IS 211 (82.81% from 255) = 45.47%

 GREEN value IS 143 (56.25% from 255) = 30.82%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 45.47%
G = 30.82%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D38F6E (or 0xD38F6E) is known color: Feldspar. HEX triplet: D3, 8F and 6E. RGB value is (211,143,110). Sum of RGB (Red+Green+Blue) = 211+143+110=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F6E is #2C7091. Grayscale: #9F9F9F. Windows color (decimal): -2912402 or 7245779. OLE color: 7245779.

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

Color convert

RGB 211 143 110 -
CMYK 0 0.32 0.48 0.17
HSL 19.6º 0.53% 0.63% -
HSV(B) 19.6º 0.48% 0.83% -
XYZ 39.5 34.62 19.35 -
YUV 159.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 211 143 110 0 0.32 0.48 0.17 19.6 0.53 0.63
Hex D3 8F 6E 0 20 30 11 14 35 3F
Octal 323 217 156 0 40 60 21 24 65 77
Binary 11010011 10001111 1101110 0 100000 110000 10001 10100 110101 111111

Color Harmonies of #D38F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F6E

Black with #D38F6E

Text Example


Text Example

White with #D38F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F6E; }

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

 H1.HeaderClassName
 {
   color: #D38F6E;
 }
 .AnyTagClassName
 {
   color: #D38F6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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