Html Css Color HEX #DB9777 Feldspar

📋 copy color: '#DB9777'

red 219 ◦ green 151 ◦ blue 119

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

Shades of Feldspar #DB9777

Tints of Feldspar #DB9777

RGB

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

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

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

R = 44.79%
G = 30.88%
B = 24.34%

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

#DB9777 (or 0xDB9777) is known color: Feldspar. HEX triplet: DB, 97 and 77. RGB value is (219,151,119). Sum of RGB (Red+Green+Blue) = 219+151+119=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9777 is #246888. Grayscale: #A7A7A7. Windows color (decimal): -2386057 or 7837659. OLE color: 7837659.

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

Color convert

RGB 219 151 119 -
CMYK 0 0.31 0.46 0.14
HSL 19.2º 0.58% 0.66% -
HSV(B) 19.2º 0.46% 0.86% -
XYZ 43.61 38.53 22.59 -
YUV 167.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 219 151 119 0 0.31 0.46 0.14 19.2 0.58 0.66
Hex DB 97 77 0 1F 2E E 13 3A 42
Octal 333 227 167 0 37 56 16 23 72 102
Binary 11011011 10010111 1110111 0 11111 101110 1110 10011 111010 1000010

Color Harmonies of #DB9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9777

Black with #DB9777

Text Example


Text Example

White with #DB9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9777; }

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

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

background-color css

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

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

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

border-color css

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

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

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