#DB9474

Color #DB9474 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DB9474

Tints of Feldspar #DB9474

Color information

#DB9474 (or 0xDB9474) is unknown color: approx Feldspar. HEX triplet: DB, 94 and 74. RGB value is (219,148,116). Sum of RGB (Red+Green+Blue) = 219+148+116=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9474 is #246B8B. Grayscale: #A5A5A5. Windows color (decimal): -2386828 or 7640283. OLE color: 7640283.

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

Color convert

RGB219148116-
CMYK00.320.470.14
HSL18.64º58.86%65.69%-
HSV(B)18.64º47.03%85.88%-
XYZ42.9637.521.5-
YUV165.58100.02166.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=45.34%
G=30.64%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914811600.320.470.1418.6458.8665.69
HexDB94740202FE133b42
Octal33322416404057162373102
Binary1101101110010100111010001000001011111110100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9474; }

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

 H1.HeaderClassName
 {
   color: #DB9474;
 }
 .AnyTagClassName
 {
   color: #DB9474;
 }
</style>
background-color css

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

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

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

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

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

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