Html Css Color HEX #DB9973 Feldspar

📋 copy color: '#DB9973'

red 219 ◦ green 153 ◦ blue 115

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

Shades of Feldspar #DB9973

Tints of Feldspar #DB9973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.42%

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

R = 44.97%
G = 31.42%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9973 (or 0xDB9973) is known color: Feldspar. HEX triplet: DB, 99 and 73. RGB value is (219,153,115). Sum of RGB (Red+Green+Blue) = 219+153+115=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9973 is #24668C. Grayscale: #A8A8A8. Windows color (decimal): -2385549 or 7576027. OLE color: 7576027.

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

Color convert

RGB 219 153 115 -
CMYK 0 0.30 0.47 0.14
HSL 21.92º 0.59% 0.65% -
HSV(B) 21.92º 0.47% 0.86% -
XYZ 43.7 39.08 21.46 -
YUV 168.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 219 153 115 0 0.30 0.47 0.14 21.92 0.59 0.65
Hex DB 99 73 0 1E 2F E 16 3B 41
Octal 333 231 163 0 36 57 16 26 73 101
Binary 11011011 10011001 1110011 0 11110 101111 1110 10110 111011 1000001

Color Harmonies of #DB9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9973

Black with #DB9973

Text Example


Text Example

White with #DB9973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9973; }

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

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

background-color css

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

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

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

border-color css

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

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

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