Html Css Color HEX #D78E70 Feldspar

📋 copy color: '#D78E70'

red 215 ◦ green 142 ◦ blue 112

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

Shades of Feldspar #D78E70

Tints of Feldspar #D78E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

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

R = 45.84%
G = 30.28%
B = 23.88%

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

#D78E70 (or 0xD78E70) is known color: Feldspar. HEX triplet: D7, 8E and 70. RGB value is (215,142,112). Sum of RGB (Red+Green+Blue) = 215+142+112=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E70 is #28718F. Grayscale: #A0A0A0. Windows color (decimal): -2650512 or 7376599. OLE color: 7376599.

HSL color Cylindrical-coordinate representation of color #D78E70: hue angle of 17.48º 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 #D78E70 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 142 112 -
CMYK 0 0.34 0.48 0.16
HSL 17.48º 0.56% 0.64% -
HSV(B) 17.48º 0.48% 0.84% -
XYZ 40.62 34.96 19.94 -
YUV 160.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 215 142 112 0 0.34 0.48 0.16 17.48 0.56 0.64
Hex D7 8E 70 0 22 30 10 11 38 40
Octal 327 216 160 0 42 60 20 21 70 100
Binary 11010111 10001110 1110000 0 100010 110000 10000 10001 111000 1000000

Color Harmonies of #D78E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78E70

Black with #D78E70

Text Example


Text Example

White with #D78E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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