Html Css Color HEX #D78D70 Feldspar

📋 copy color: '#D78D70'

red 215 ◦ green 141 ◦ blue 112

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

Shades of Feldspar #D78D70

Tints of Feldspar #D78D70

RGB

 RED value IS 215 (84.38% from 255) = 45.94%

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

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 45.94%
G = 30.13%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D78D70 (or 0xD78D70) is known color: Feldspar. HEX triplet: D7, 8D and 70. RGB value is (215,141,112). Sum of RGB (Red+Green+Blue) = 215+141+112=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D70 is #28728F. Grayscale: #A0A0A0. Windows color (decimal): -2650768 or 7376343. OLE color: 7376343.

HSL color Cylindrical-coordinate representation of color #D78D70: hue angle of 16.89º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D78D70 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 141 112 -
CMYK 0 0.34 0.48 0.16
HSL 16.89º 0.56% 0.64% -
HSV(B) 16.89º 0.48% 0.84% -
XYZ 40.47 34.67 19.89 -
YUV 159.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 215 141 112 0 0.34 0.48 0.16 16.89 0.56 0.64
Hex D7 8D 70 0 22 30 10 11 38 40
Octal 327 215 160 0 42 60 20 21 70 100
Binary 11010111 10001101 1110000 0 100010 110000 10000 10001 111000 1000000

Color Harmonies of #D78D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D70

Black with #D78D70

Text Example


Text Example

White with #D78D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D70; }

 p { color: rgb(215,141,112); }

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

background-color css

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

 a { background-color: rgb(215,141,112); }

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

border-color css

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

 span { border-color: rgb(215,141,112); }

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