Html Css Color HEX #DA9376 Feldspar

📋 copy color: '#DA9376'

red 218 ◦ green 147 ◦ blue 118

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

Shades of Feldspar #DA9376

Tints of Feldspar #DA9376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 45.13%
G = 30.43%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9376 (or 0xDA9376) is known color: Feldspar. HEX triplet: DA, 93 and 76. RGB value is (218,147,118). Sum of RGB (Red+Green+Blue) = 218+147+118=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9376 is #256C89. Grayscale: #A5A5A5. Windows color (decimal): -2452618 or 7771098. OLE color: 7771098.

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

Color convert

RGB 218 147 118 -
CMYK 0 0.33 0.46 0.15
HSL 17.4º 0.57% 0.66% -
HSV(B) 17.4º 0.46% 0.85% -
XYZ 42.62 37.08 22.05 -
YUV 164.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 218 147 118 0 0.33 0.46 0.15 17.4 0.57 0.66
Hex DA 93 76 0 21 2E F 11 39 42
Octal 332 223 166 0 41 56 17 21 71 102
Binary 11011010 10010011 1110110 0 100001 101110 1111 10001 111001 1000010

Color Harmonies of #DA9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9376

Black with #DA9376

Text Example


Text Example

White with #DA9376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9376; }

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

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

background-color css

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

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

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

border-color css

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

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

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