Html Css Color HEX #DB9879 Feldspar

📋 copy color: '#DB9879'

red 219 ◦ green 152 ◦ blue 121

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

Shades of Feldspar #DB9879

Tints of Feldspar #DB9879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.59%

R = 44.51%
G = 30.89%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB9879 (or 0xDB9879) is known color: Feldspar. HEX triplet: DB, 98 and 79. RGB value is (219,152,121). Sum of RGB (Red+Green+Blue) = 219+152+121=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9879 is #246786. Grayscale: #A8A8A8. Windows color (decimal): -2385799 or 7968987. OLE color: 7968987.

HSL color Cylindrical-coordinate representation of color #DB9879: hue angle of 18.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB9879 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 121 -
CMYK 0 0.31 0.45 0.14
HSL 18.98º 0.58% 0.67% -
HSV(B) 18.98º 0.45% 0.86% -
XYZ 43.89 38.9 23.28 -
YUV 168.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 219 152 121 0 0.31 0.45 0.14 18.98 0.58 0.67
Hex DB 98 79 0 1F 2D E 13 3A 43
Octal 333 230 171 0 37 55 16 23 72 103
Binary 11011011 10011000 1111001 0 11111 101101 1110 10011 111010 1000011

Color Harmonies of #DB9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9879

Black with #DB9879

Text Example


Text Example

White with #DB9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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