Html Css Color HEX #DA9773 Feldspar

📋 copy color: '#DA9773'

red 218 ◦ green 151 ◦ blue 115

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

Shades of Feldspar #DA9773

Tints of Feldspar #DA9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 45.04%
G = 31.2%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9773 (or 0xDA9773) is known color: Feldspar. HEX triplet: DA, 97 and 73. RGB value is (218,151,115). Sum of RGB (Red+Green+Blue) = 218+151+115=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9773 is #25688C. Grayscale: #A7A7A7. Windows color (decimal): -2451597 or 7575514. OLE color: 7575514.

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

Color convert

RGB 218 151 115 -
CMYK 0 0.31 0.47 0.15
HSL 20.97º 0.58% 0.65% -
HSV(B) 20.97º 0.47% 0.85% -
XYZ 43.07 38.28 21.34 -
YUV 166.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 218 151 115 0 0.31 0.47 0.15 20.97 0.58 0.65
Hex DA 97 73 0 1F 2F F 15 3A 41
Octal 332 227 163 0 37 57 17 25 72 101
Binary 11011010 10010111 1110011 0 11111 101111 1111 10101 111010 1000001

Color Harmonies of #DA9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9773

Black with #DA9773

Text Example


Text Example

White with #DA9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9773; }

 p { color: rgb(218,151,115); }

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

background-color css

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

 a { background-color: rgb(218,151,115); }

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

border-color css

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

 span { border-color: rgb(218,151,115); }

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