Html Css Color HEX #DB9776 Feldspar

📋 copy color: '#DB9776'

red 219 ◦ green 151 ◦ blue 118

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

Shades of Feldspar #DB9776

Tints of Feldspar #DB9776

RGB

 RED value IS 219 (85.94% from 255) = 44.88%

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

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

R = 44.88%
G = 30.94%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB9776 (or 0xDB9776) is known color: Feldspar. HEX triplet: DB, 97 and 76. RGB value is (219,151,118). Sum of RGB (Red+Green+Blue) = 219+151+118=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9776 is #246889. Grayscale: #A7A7A7. Windows color (decimal): -2386058 or 7772123. OLE color: 7772123.

HSL color Cylindrical-coordinate representation of color #DB9776: hue angle of 19.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9776 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 118 -
CMYK 0 0.31 0.46 0.14
HSL 19.6º 0.58% 0.66% -
HSV(B) 19.6º 0.46% 0.86% -
XYZ 43.55 38.5 22.28 -
YUV 167.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 219 151 118 0 0.31 0.46 0.14 19.6 0.58 0.66
Hex DB 97 76 0 1F 2E E 14 3A 42
Octal 333 227 166 0 37 56 16 24 72 102
Binary 11011011 10010111 1110110 0 11111 101110 1110 10100 111010 1000010

Color Harmonies of #DB9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9776

Black with #DB9776

Text Example


Text Example

White with #DB9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9776; }

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

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

background-color css

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

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

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

border-color css

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

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

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