Html Css Color HEX #D78B71 Feldspar

📋 copy color: '#D78B71'

red 215 ◦ green 139 ◦ blue 113

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

Shades of Feldspar #D78B71

Tints of Feldspar #D78B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 46.04%
G = 29.76%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78B71 (or 0xD78B71) is known color: Feldspar. HEX triplet: D7, 8B and 71. RGB value is (215,139,113). Sum of RGB (Red+Green+Blue) = 215+139+113=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B71 is #28748E. Grayscale: #9E9E9E. Windows color (decimal): -2651279 or 7441367. OLE color: 7441367.

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

Color convert

RGB 215 139 113 -
CMYK 0 0.35 0.47 0.16
HSL 15.29º 0.56% 0.64% -
HSV(B) 15.29º 0.47% 0.84% -
XYZ 40.24 34.1 20.08 -
YUV 158.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 215 139 113 0 0.35 0.47 0.16 15.29 0.56 0.64
Hex D7 8B 71 0 23 2F 10 F 38 40
Octal 327 213 161 0 43 57 20 17 70 100
Binary 11010111 10001011 1110001 0 100011 101111 10000 1111 111000 1000000

Color Harmonies of #D78B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78B71

Black with #D78B71

Text Example


Text Example

White with #D78B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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