Html Css Color HEX #DB9773 Feldspar

📋 copy color: '#DB9773'

red 219 ◦ green 151 ◦ blue 115

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

Shades of Feldspar #DB9773

Tints of Feldspar #DB9773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 45.15%
G = 31.13%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9773 (or 0xDB9773) is known color: Feldspar. HEX triplet: DB, 97 and 73. RGB value is (219,151,115). Sum of RGB (Red+Green+Blue) = 219+151+115=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9773 is #24688C. Grayscale: #A7A7A7. Windows color (decimal): -2386061 or 7575515. OLE color: 7575515.

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

Color convert

RGB 219 151 115 -
CMYK 0 0.31 0.47 0.14
HSL 20.77º 0.59% 0.65% -
HSV(B) 20.77º 0.47% 0.86% -
XYZ 43.37 38.43 21.35 -
YUV 167.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 219 151 115 0 0.31 0.47 0.14 20.77 0.59 0.65
Hex DB 97 73 0 1F 2F E 15 3B 41
Octal 333 227 163 0 37 57 16 25 73 101
Binary 11011011 10010111 1110011 0 11111 101111 1110 10101 111011 1000001

Color Harmonies of #DB9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9773

Black with #DB9773

Text Example


Text Example

White with #DB9773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9773; }

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

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

background-color css

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

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

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

border-color css

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

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

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