Html Css Color HEX #DB9676 Feldspar

📋 copy color: '#DB9676'

red 219 ◦ green 150 ◦ blue 118

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

Shades of Feldspar #DB9676

Tints of Feldspar #DB9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

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

R = 44.97%
G = 30.8%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB9676 (or 0xDB9676) is known color: Feldspar. HEX triplet: DB, 96 and 76. RGB value is (219,150,118). Sum of RGB (Red+Green+Blue) = 219+150+118=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9676 is #246989. Grayscale: #A7A7A7. Windows color (decimal): -2386314 or 7771867. OLE color: 7771867.

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

Color convert

RGB 219 150 118 -
CMYK 0 0.32 0.46 0.14
HSL 19.01º 0.58% 0.66% -
HSV(B) 19.01º 0.46% 0.86% -
XYZ 43.39 38.18 22.22 -
YUV 166.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 219 150 118 0 0.32 0.46 0.14 19.01 0.58 0.66
Hex DB 96 76 0 20 2E E 13 3A 42
Octal 333 226 166 0 40 56 16 23 72 102
Binary 11011011 10010110 1110110 0 100000 101110 1110 10011 111010 1000010

Color Harmonies of #DB9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9676

Black with #DB9676

Text Example


Text Example

White with #DB9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9676; }

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

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

background-color css

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

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

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

border-color css

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

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

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