Html Css Color HEX #DA9576 Feldspar

📋 copy color: '#DA9576'

red 218 ◦ green 149 ◦ blue 118

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

Shades of Feldspar #DA9576

Tints of Feldspar #DA9576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

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

R = 44.95%
G = 30.72%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9576 (or 0xDA9576) is known color: Feldspar. HEX triplet: DA, 95 and 76. RGB value is (218,149,118). Sum of RGB (Red+Green+Blue) = 218+149+118=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9576 is #256A89. Grayscale: #A6A6A6. Windows color (decimal): -2452106 or 7771610. OLE color: 7771610.

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

Color convert

RGB 218 149 118 -
CMYK 0 0.32 0.46 0.15
HSL 18.6º 0.57% 0.66% -
HSV(B) 18.6º 0.46% 0.85% -
XYZ 42.93 37.71 22.16 -
YUV 166.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 218 149 118 0 0.32 0.46 0.15 18.6 0.57 0.66
Hex DA 95 76 0 20 2E F 13 39 42
Octal 332 225 166 0 40 56 17 23 71 102
Binary 11011010 10010101 1110110 0 100000 101110 1111 10011 111001 1000010

Color Harmonies of #DA9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9576

Black with #DA9576

Text Example


Text Example

White with #DA9576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9576; }

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

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

background-color css

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

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

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

border-color css

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

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

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