Html Css Color HEX #D38D78 Feldspar

📋 copy color: '#D38D78'

red 211 ◦ green 141 ◦ blue 120

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

Shades of Feldspar #D38D78

Tints of Feldspar #D38D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

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

R = 44.7%
G = 29.87%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D38D78 (or 0xD38D78) is known color: Feldspar. HEX triplet: D3, 8D and 78. RGB value is (211,141,120). Sum of RGB (Red+Green+Blue) = 211+141+120=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D78 is #2C7287. Grayscale: #9F9F9F. Windows color (decimal): -2912904 or 7900627. OLE color: 7900627.

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

Color convert

RGB 211 141 120 -
CMYK 0 0.33 0.43 0.17
HSL 13.85º 0.51% 0.65% -
HSV(B) 13.85º 0.43% 0.83% -
XYZ 39.78 34.25 22.28 -
YUV 159.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 211 141 120 0 0.33 0.43 0.17 13.85 0.51 0.65
Hex D3 8D 78 0 21 2B 11 E 33 41
Octal 323 215 170 0 41 53 21 16 63 101
Binary 11010011 10001101 1111000 0 100001 101011 10001 1110 110011 1000001

Color Harmonies of #D38D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D78

Black with #D38D78

Text Example


Text Example

White with #D38D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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