Html Css Color HEX #DB9771 Feldspar

📋 copy color: '#DB9771'

red 219 ◦ green 151 ◦ blue 113

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

Shades of Feldspar #DB9771

Tints of Feldspar #DB9771

RGB

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

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

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

R = 45.34%
G = 31.26%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9771 (or 0xDB9771) is known color: Feldspar. HEX triplet: DB, 97 and 71. RGB value is (219,151,113). Sum of RGB (Red+Green+Blue) = 219+151+113=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9771 is #24688E. Grayscale: #A7A7A7. Windows color (decimal): -2386063 or 7444443. OLE color: 7444443.

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

Color convert

RGB 219 151 113 -
CMYK 0 0.31 0.48 0.14
HSL 21.51º 0.6% 0.65% -
HSV(B) 21.51º 0.48% 0.86% -
XYZ 43.26 38.39 20.75 -
YUV 167 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 219 151 113 0 0.31 0.48 0.14 21.51 0.6 0.65
Hex DB 97 71 0 1F 30 E 16 3C 41
Octal 333 227 161 0 37 60 16 26 74 101
Binary 11011011 10010111 1110001 0 11111 110000 1110 10110 111100 1000001

Color Harmonies of #DB9771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9771

Black with #DB9771

Text Example


Text Example

White with #DB9771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9771; }

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

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

background-color css

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

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

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

border-color css

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

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

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