Html Css Color HEX #DB9976 Feldspar

📋 copy color: '#DB9976'

red 219 ◦ green 153 ◦ blue 118

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

Shades of Feldspar #DB9976

Tints of Feldspar #DB9976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 44.69%
G = 31.22%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB9976 (or 0xDB9976) is known color: Feldspar. HEX triplet: DB, 99 and 76. RGB value is (219,153,118). Sum of RGB (Red+Green+Blue) = 219+153+118=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9976 is #246689. Grayscale: #A8A8A8. Windows color (decimal): -2385546 or 7772635. OLE color: 7772635.

HSL color Cylindrical-coordinate representation of color #DB9976: hue angle of 20.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9976 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 118 -
CMYK 0 0.30 0.46 0.14
HSL 20.79º 0.58% 0.66% -
HSV(B) 20.79º 0.46% 0.86% -
XYZ 43.87 39.15 22.38 -
YUV 168.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 219 153 118 0 0.30 0.46 0.14 20.79 0.58 0.66
Hex DB 99 76 0 1E 2E E 15 3A 42
Octal 333 231 166 0 36 56 16 25 72 102
Binary 11011011 10011001 1110110 0 11110 101110 1110 10101 111010 1000010

Color Harmonies of #DB9976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9976

Black with #DB9976

Text Example


Text Example

White with #DB9976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9976; }

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

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

background-color css

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

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

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

border-color css

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

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

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