Html Css Color HEX #DA8E77 Feldspar

📋 copy color: '#DA8E77'

red 218 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #DA8E77

Tints of Feldspar #DA8E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.84%

R = 45.51%
G = 29.65%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8E77 (or 0xDA8E77) is known color: Feldspar. HEX triplet: DA, 8E and 77. RGB value is (218,142,119). Sum of RGB (Red+Green+Blue) = 218+142+119=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E77 is #257188. Grayscale: #A2A2A2. Windows color (decimal): -2453897 or 7835354. OLE color: 7835354.

HSL color Cylindrical-coordinate representation of color #DA8E77: hue angle of 13.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8E77 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 142 119 -
CMYK 0 0.35 0.45 0.15
HSL 13.94º 0.57% 0.66% -
HSV(B) 13.94º 0.45% 0.85% -
XYZ 41.92 35.58 22.11 -
YUV 162.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 218 142 119 0 0.35 0.45 0.15 13.94 0.57 0.66
Hex DA 8E 77 0 23 2D F E 39 42
Octal 332 216 167 0 43 55 17 16 71 102
Binary 11011010 10001110 1110111 0 100011 101101 1111 1110 111001 1000010

Color Harmonies of #DA8E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8E77

Black with #DA8E77

Text Example


Text Example

White with #DA8E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8E77; }

 p { color: rgb(218,142,119); }

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

background-color css

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

 a { background-color: rgb(218,142,119); }

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

border-color css

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

 span { border-color: rgb(218,142,119); }

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