Html Css Color HEX #DA9776 Feldspar

📋 copy color: '#DA9776'

red 218 ◦ green 151 ◦ blue 118

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

Shades of Feldspar #DA9776

Tints of Feldspar #DA9776

RGB

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

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

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

R = 44.76%
G = 31.01%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9776 (or 0xDA9776) is known color: Feldspar. HEX triplet: DA, 97 and 76. RGB value is (218,151,118). Sum of RGB (Red+Green+Blue) = 218+151+118=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9776 is #256889. Grayscale: #A7A7A7. Windows color (decimal): -2451594 or 7772122. OLE color: 7772122.

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

Color convert

RGB 218 151 118 -
CMYK 0 0.31 0.46 0.15
HSL 19.8º 0.57% 0.66% -
HSV(B) 19.8º 0.46% 0.85% -
XYZ 43.25 38.35 22.26 -
YUV 167.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 218 151 118 0 0.31 0.46 0.15 19.8 0.57 0.66
Hex DA 97 76 0 1F 2E F 14 39 42
Octal 332 227 166 0 37 56 17 24 71 102
Binary 11011010 10010111 1110110 0 11111 101110 1111 10100 111001 1000010

Color Harmonies of #DA9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9776

Black with #DA9776

Text Example


Text Example

White with #DA9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9776; }

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

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

background-color css

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

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

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

border-color css

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

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

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