Html Css Color HEX #DB9877 Feldspar

📋 copy color: '#DB9877'

red 219 ◦ green 152 ◦ blue 119

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

Shades of Feldspar #DB9877

Tints of Feldspar #DB9877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.02%

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

R = 44.69%
G = 31.02%
B = 24.29%

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

#DB9877 (or 0xDB9877) is known color: Feldspar. HEX triplet: DB, 98 and 77. RGB value is (219,152,119). Sum of RGB (Red+Green+Blue) = 219+152+119=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9877 is #246788. Grayscale: #A8A8A8. Windows color (decimal): -2385801 or 7837915. OLE color: 7837915.

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

Color convert

RGB 219 152 119 -
CMYK 0 0.31 0.46 0.14
HSL 19.8º 0.58% 0.66% -
HSV(B) 19.8º 0.46% 0.86% -
XYZ 43.77 38.85 22.64 -
YUV 168.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 219 152 119 0 0.31 0.46 0.14 19.8 0.58 0.66
Hex DB 98 77 0 1F 2E E 14 3A 42
Octal 333 230 167 0 37 56 16 24 72 102
Binary 11011011 10011000 1110111 0 11111 101110 1110 10100 111010 1000010

Color Harmonies of #DB9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9877

Black with #DB9877

Text Example


Text Example

White with #DB9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9877; }

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

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

background-color css

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

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

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

border-color css

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

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

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