Html Css Color HEX #DB9B73 Feldspar

📋 copy color: '#DB9B73'

red 219 ◦ green 155 ◦ blue 115

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

Shades of Feldspar #DB9B73

Tints of Feldspar #DB9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

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

R = 44.79%
G = 31.7%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9B73 (or 0xDB9B73) is known color: Feldspar. HEX triplet: DB, 9B and 73. RGB value is (219,155,115). Sum of RGB (Red+Green+Blue) = 219+155+115=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B73 is #24648C. Grayscale: #A9A9A9. Windows color (decimal): -2385037 or 7576539. OLE color: 7576539.

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

Color convert

RGB 219 155 115 -
CMYK 0 0.29 0.47 0.14
HSL 23.08º 0.59% 0.65% -
HSV(B) 23.08º 0.47% 0.86% -
XYZ 44.03 39.74 21.57 -
YUV 169.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 219 155 115 0 0.29 0.47 0.14 23.08 0.59 0.65
Hex DB 9B 73 0 1D 2F E 17 3B 41
Octal 333 233 163 0 35 57 16 27 73 101
Binary 11011011 10011011 1110011 0 11101 101111 1110 10111 111011 1000001

Color Harmonies of #DB9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B73

Black with #DB9B73

Text Example


Text Example

White with #DB9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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