Html Css Color HEX #DB9677 Feldspar

📋 copy color: '#DB9677'

red 219 ◦ green 150 ◦ blue 119

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

Shades of Feldspar #DB9677

Tints of Feldspar #DB9677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 44.88%
G = 30.74%
B = 24.39%

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

#DB9677 (or 0xDB9677) is known color: Feldspar. HEX triplet: DB, 96 and 77. RGB value is (219,150,119). Sum of RGB (Red+Green+Blue) = 219+150+119=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9677 is #246988. Grayscale: #A7A7A7. Windows color (decimal): -2386313 or 7837403. OLE color: 7837403.

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

Color convert

RGB 219 150 119 -
CMYK 0 0.32 0.46 0.14
HSL 18.6º 0.58% 0.66% -
HSV(B) 18.6º 0.46% 0.86% -
XYZ 43.45 38.2 22.54 -
YUV 167.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 219 150 119 0 0.32 0.46 0.14 18.6 0.58 0.66
Hex DB 96 77 0 20 2E E 13 3A 42
Octal 333 226 167 0 40 56 16 23 72 102
Binary 11011011 10010110 1110111 0 100000 101110 1110 10011 111010 1000010

Color Harmonies of #DB9677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9677

Black with #DB9677

Text Example


Text Example

White with #DB9677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9677; }

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

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

background-color css

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

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

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

border-color css

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

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

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