Html Css Color HEX #DB9476 Feldspar

📋 copy color: '#DB9476'

red 219 ◦ green 148 ◦ blue 118

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

Shades of Feldspar #DB9476

Tints of Feldspar #DB9476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 45.15%
G = 30.52%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB9476 (or 0xDB9476) is known color: Feldspar. HEX triplet: DB, 94 and 76. RGB value is (219,148,118). Sum of RGB (Red+Green+Blue) = 219+148+118=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9476 is #246B89. Grayscale: #A5A5A5. Windows color (decimal): -2386826 or 7771355. OLE color: 7771355.

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

Color convert

RGB 219 148 118 -
CMYK 0 0.32 0.46 0.14
HSL 17.82º 0.58% 0.66% -
HSV(B) 17.82º 0.46% 0.86% -
XYZ 43.07 37.55 22.12 -
YUV 165.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 219 148 118 0 0.32 0.46 0.14 17.82 0.58 0.66
Hex DB 94 76 0 20 2E E 12 3A 42
Octal 333 224 166 0 40 56 16 22 72 102
Binary 11011011 10010100 1110110 0 100000 101110 1110 10010 111010 1000010

Color Harmonies of #DB9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9476

Black with #DB9476

Text Example


Text Example

White with #DB9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9476; }

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

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

background-color css

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

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

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

border-color css

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

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

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