Html Css Color HEX #D38F78 Feldspar

📋 copy color: '#D38F78'

red 211 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #D38F78

Tints of Feldspar #D38F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 44.51%
G = 30.17%
B = 25.32%

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

#D38F78 (or 0xD38F78) is known color: Feldspar. HEX triplet: D3, 8F and 78. RGB value is (211,143,120). Sum of RGB (Red+Green+Blue) = 211+143+120=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F78 is #2C7087. Grayscale: #A0A0A0. Windows color (decimal): -2912392 or 7901139. OLE color: 7901139.

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

Color convert

RGB 211 143 120 -
CMYK 0 0.32 0.43 0.17
HSL 15.16º 0.51% 0.65% -
HSV(B) 15.16º 0.43% 0.83% -
XYZ 40.08 34.85 22.38 -
YUV 160.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 211 143 120 0 0.32 0.43 0.17 15.16 0.51 0.65
Hex D3 8F 78 0 20 2B 11 F 33 41
Octal 323 217 170 0 40 53 21 17 63 101
Binary 11010011 10001111 1111000 0 100000 101011 10001 1111 110011 1000001

Color Harmonies of #D38F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F78

Black with #D38F78

Text Example


Text Example

White with #D38F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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