Html Css Color HEX #DB9B77 Feldspar

📋 copy color: '#DB9B77'

red 219 ◦ green 155 ◦ blue 119

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

Shades of Feldspar #DB9B77

Tints of Feldspar #DB9B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

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

R = 44.42%
G = 31.44%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB9B77 (or 0xDB9B77) is known color: Feldspar. HEX triplet: DB, 9B and 77. RGB value is (219,155,119). Sum of RGB (Red+Green+Blue) = 219+155+119=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B77 is #246488. Grayscale: #AAAAAA. Windows color (decimal): -2385033 or 7838683. OLE color: 7838683.

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

Color convert

RGB 219 155 119 -
CMYK 0 0.29 0.46 0.14
HSL 21.6º 0.58% 0.66% -
HSV(B) 21.6º 0.46% 0.86% -
XYZ 44.26 39.83 22.81 -
YUV 170.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 219 155 119 0 0.29 0.46 0.14 21.6 0.58 0.66
Hex DB 9B 77 0 1D 2E E 16 3A 42
Octal 333 233 167 0 35 56 16 26 72 102
Binary 11011011 10011011 1110111 0 11101 101110 1110 10110 111010 1000010

Color Harmonies of #DB9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B77

Black with #DB9B77

Text Example


Text Example

White with #DB9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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