Html Css Color HEX #DA9377 Feldspar

📋 copy color: '#DA9377'

red 218 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #DA9377

Tints of Feldspar #DA9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

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

R = 45.04%
G = 30.37%
B = 24.59%

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

#DA9377 (or 0xDA9377) is known color: Feldspar. HEX triplet: DA, 93 and 77. RGB value is (218,147,119). Sum of RGB (Red+Green+Blue) = 218+147+119=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9377 is #256C88. Grayscale: #A5A5A5. Windows color (decimal): -2452617 or 7836634. OLE color: 7836634.

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

Color convert

RGB 218 147 119 -
CMYK 0 0.33 0.45 0.15
HSL 16.97º 0.57% 0.66% -
HSV(B) 16.97º 0.45% 0.85% -
XYZ 42.68 37.1 22.37 -
YUV 165.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 218 147 119 0 0.33 0.45 0.15 16.97 0.57 0.66
Hex DA 93 77 0 21 2D F 11 39 42
Octal 332 223 167 0 41 55 17 21 71 102
Binary 11011010 10010011 1110111 0 100001 101101 1111 10001 111001 1000010

Color Harmonies of #DA9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9377

Black with #DA9377

Text Example


Text Example

White with #DA9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9377; }

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

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

background-color css

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

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

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

border-color css

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

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

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