Html Css Color HEX #D78F70 Feldspar

📋 copy color: '#D78F70'

red 215 ◦ green 143 ◦ blue 112

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

Shades of Feldspar #D78F70

Tints of Feldspar #D78F70

RGB

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

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

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

R = 45.74%
G = 30.43%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D78F70 (or 0xD78F70) is known color: Feldspar. HEX triplet: D7, 8F and 70. RGB value is (215,143,112). Sum of RGB (Red+Green+Blue) = 215+143+112=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F70 is #28708F. Grayscale: #A1A1A1. Windows color (decimal): -2650256 or 7376855. OLE color: 7376855.

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

Color convert

RGB 215 143 112 -
CMYK 0 0.33 0.48 0.16
HSL 18.06º 0.56% 0.64% -
HSV(B) 18.06º 0.48% 0.84% -
XYZ 40.77 35.26 19.99 -
YUV 160.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 215 143 112 0 0.33 0.48 0.16 18.06 0.56 0.64
Hex D7 8F 70 0 21 30 10 12 38 40
Octal 327 217 160 0 41 60 20 22 70 100
Binary 11010111 10001111 1110000 0 100001 110000 10000 10010 111000 1000000

Color Harmonies of #D78F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78F70

Black with #D78F70

Text Example


Text Example

White with #D78F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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