Html Css Color HEX #D78F71 Feldspar

📋 copy color: '#D78F71'

red 215 ◦ green 143 ◦ blue 113

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

Shades of Feldspar #D78F71

Tints of Feldspar #D78F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 45.65%
G = 30.36%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78F71 (or 0xD78F71) is known color: Feldspar. HEX triplet: D7, 8F and 71. RGB value is (215,143,113). Sum of RGB (Red+Green+Blue) = 215+143+113=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F71 is #28708E. Grayscale: #A1A1A1. Windows color (decimal): -2650255 or 7442391. OLE color: 7442391.

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

Color convert

RGB 215 143 113 -
CMYK 0 0.33 0.47 0.16
HSL 17.65º 0.56% 0.64% -
HSV(B) 17.65º 0.47% 0.84% -
XYZ 40.83 35.28 20.28 -
YUV 161.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 215 143 113 0 0.33 0.47 0.16 17.65 0.56 0.64
Hex D7 8F 71 0 21 2F 10 12 38 40
Octal 327 217 161 0 41 57 20 22 70 100
Binary 11010111 10001111 1110001 0 100001 101111 10000 10010 111000 1000000

Color Harmonies of #D78F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78F71

Black with #D78F71

Text Example


Text Example

White with #D78F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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