Html Css Color HEX #D38F79 Feldspar

📋 copy color: '#D38F79'

red 211 ◦ green 143 ◦ blue 121

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

Shades of Feldspar #D38F79

Tints of Feldspar #D38F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 44.42%
G = 30.11%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D38F79 (or 0xD38F79) is known color: Feldspar. HEX triplet: D3, 8F and 79. RGB value is (211,143,121). Sum of RGB (Red+Green+Blue) = 211+143+121=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F79 is #2C7086. Grayscale: #A0A0A0. Windows color (decimal): -2912391 or 7966675. OLE color: 7966675.

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

Color convert

RGB 211 143 121 -
CMYK 0 0.32 0.43 0.17
HSL 14.67º 0.51% 0.65% -
HSV(B) 14.67º 0.43% 0.83% -
XYZ 40.14 34.87 22.71 -
YUV 160.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 211 143 121 0 0.32 0.43 0.17 14.67 0.51 0.65
Hex D3 8F 79 0 20 2B 11 F 33 41
Octal 323 217 171 0 40 53 21 17 63 101
Binary 11010011 10001111 1111001 0 100000 101011 10001 1111 110011 1000001

Color Harmonies of #D38F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F79

Black with #D38F79

Text Example


Text Example

White with #D38F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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