Html Css Color HEX #DA8F71 Feldspar

📋 copy color: '#DA8F71'

red 218 ◦ green 143 ◦ blue 113

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

Shades of Feldspar #DA8F71

Tints of Feldspar #DA8F71

RGB

 RED value IS 218 (85.55% from 255) = 45.99%

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

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

R = 45.99%
G = 30.17%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8F71 (or 0xDA8F71) is known color: Feldspar. HEX triplet: DA, 8F and 71. RGB value is (218,143,113). Sum of RGB (Red+Green+Blue) = 218+143+113=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F71 is #25708E. Grayscale: #A2A2A2. Windows color (decimal): -2453647 or 7442394. OLE color: 7442394.

HSL color Cylindrical-coordinate representation of color #DA8F71: hue angle of 17.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA8F71 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 113 -
CMYK 0 0.34 0.48 0.15
HSL 17.14º 0.59% 0.65% -
HSV(B) 17.14º 0.48% 0.85% -
XYZ 41.72 35.74 20.32 -
YUV 162.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 218 143 113 0 0.34 0.48 0.15 17.14 0.59 0.65
Hex DA 8F 71 0 22 30 F 11 3B 41
Octal 332 217 161 0 42 60 17 21 73 101
Binary 11011010 10001111 1110001 0 100010 110000 1111 10001 111011 1000001

Color Harmonies of #DA8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F71

Black with #DA8F71

Text Example


Text Example

White with #DA8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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