Html Css Color HEX #D39D78 Feldspar

📋 copy color: '#D39D78'

red 211 ◦ green 157 ◦ blue 120

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

Shades of Feldspar #D39D78

Tints of Feldspar #D39D78

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

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

R = 43.24%
G = 32.17%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D39D78 (or 0xD39D78) is known color: Feldspar. HEX triplet: D3, 9D and 78. RGB value is (211,157,120). Sum of RGB (Red+Green+Blue) = 211+157+120=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D78 is #2C6287. Grayscale: #A9A9A9. Windows color (decimal): -2908808 or 7904723. OLE color: 7904723.

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

Color convert

RGB 211 157 120 -
CMYK 0 0.26 0.43 0.17
HSL 24.4º 0.51% 0.65% -
HSV(B) 24.4º 0.43% 0.83% -
XYZ 42.31 39.32 23.13 -
YUV 168.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 211 157 120 0 0.26 0.43 0.17 24.4 0.51 0.65
Hex D3 9D 78 0 1A 2B 11 18 33 41
Octal 323 235 170 0 32 53 21 30 63 101
Binary 11010011 10011101 1111000 0 11010 101011 10001 11000 110011 1000001

Color Harmonies of #D39D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39D78

Black with #D39D78

Text Example


Text Example

White with #D39D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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