Html Css Color HEX #DB9171 Feldspar

📋 copy color: '#DB9171'

red 219 ◦ green 145 ◦ blue 113

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

Shades of Feldspar #DB9171

Tints of Feldspar #DB9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.4%

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 45.91%
G = 30.4%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9171 (or 0xDB9171) is known color: Feldspar. HEX triplet: DB, 91 and 71. RGB value is (219,145,113). Sum of RGB (Red+Green+Blue) = 219+145+113=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9171 is #246E8E. Grayscale: #A3A3A3. Windows color (decimal): -2387599 or 7442907. OLE color: 7442907.

HSL color Cylindrical-coordinate representation of color #DB9171: hue angle of 18.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB9171 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 113 -
CMYK 0 0.34 0.48 0.14
HSL 18.11º 0.6% 0.65% -
HSV(B) 18.11º 0.48% 0.86% -
XYZ 42.32 36.5 20.44 -
YUV 163.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 219 145 113 0 0.34 0.48 0.14 18.11 0.6 0.65
Hex DB 91 71 0 22 30 E 12 3C 41
Octal 333 221 161 0 42 60 16 22 74 101
Binary 11011011 10010001 1110001 0 100010 110000 1110 10010 111100 1000001

Color Harmonies of #DB9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9171

Black with #DB9171

Text Example


Text Example

White with #DB9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9171; }

 p { color: rgb(219,145,113); }

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

background-color css

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

 a { background-color: rgb(219,145,113); }

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

border-color css

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

 span { border-color: rgb(219,145,113); }

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