Html Css Color HEX #DA9177 Feldspar

📋 copy color: '#DA9177'

red 218 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #DA9177

Tints of Feldspar #DA9177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

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

R = 45.23%
G = 30.08%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9177 (or 0xDA9177) is known color: Feldspar. HEX triplet: DA, 91 and 77. RGB value is (218,145,119). Sum of RGB (Red+Green+Blue) = 218+145+119=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9177 is #256E88. Grayscale: #A4A4A4. Windows color (decimal): -2453129 or 7836122. OLE color: 7836122.

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

Color convert

RGB 218 145 119 -
CMYK 0 0.33 0.45 0.15
HSL 15.76º 0.57% 0.66% -
HSV(B) 15.76º 0.45% 0.85% -
XYZ 42.37 36.49 22.26 -
YUV 163.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 218 145 119 0 0.33 0.45 0.15 15.76 0.57 0.66
Hex DA 91 77 0 21 2D F 10 39 42
Octal 332 221 167 0 41 55 17 20 71 102
Binary 11011010 10010001 1110111 0 100001 101101 1111 10000 111001 1000010

Color Harmonies of #DA9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9177

Black with #DA9177

Text Example


Text Example

White with #DA9177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9177; }

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

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

background-color css

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

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

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

border-color css

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

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

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