Html Css Color HEX #DB9C73 Feldspar

📋 copy color: '#DB9C73'

red 219 ◦ green 156 ◦ blue 115

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

Shades of Feldspar #DB9C73

Tints of Feldspar #DB9C73

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 44.69%
G = 31.84%
B = 23.47%

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

#DB9C73 (or 0xDB9C73) is known color: Feldspar. HEX triplet: DB, 9C and 73. RGB value is (219,156,115). Sum of RGB (Red+Green+Blue) = 219+156+115=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C73 is #24638C. Grayscale: #AAAAAA. Windows color (decimal): -2384781 or 7576795. OLE color: 7576795.

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

Color convert

RGB 219 156 115 -
CMYK 0 0.29 0.47 0.14
HSL 23.65º 0.59% 0.65% -
HSV(B) 23.65º 0.47% 0.86% -
XYZ 44.2 40.07 21.63 -
YUV 170.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 219 156 115 0 0.29 0.47 0.14 23.65 0.59 0.65
Hex DB 9C 73 0 1D 2F E 18 3B 41
Octal 333 234 163 0 35 57 16 30 73 101
Binary 11011011 10011100 1110011 0 11101 101111 1110 11000 111011 1000001

Color Harmonies of #DB9C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C73

Black with #DB9C73

Text Example


Text Example

White with #DB9C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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