#DB9372

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

Shades of Feldspar #DB9372

Tints of Feldspar #DB9372

Color information

#DB9372 (or 0xDB9372) is unknown color: approx Feldspar. HEX triplet: DB, 93 and 72. RGB value is (219,147,114). Sum of RGB (Red+Green+Blue) = 219+147+114=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9372 is #246C8D. Grayscale: #A4A4A4. Windows color (decimal): -2387086 or 7508955. OLE color: 7508955.

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

Color convert

RGB219147114-
CMYK00.330.480.14
HSL18.86º59.32%65.29%-
HSV(B)18.86º47.95%85.88%-
XYZ42.6837.1420.84-
YUV164.7799.35166.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.62%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=45.62%
G=30.62%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914711400.330.480.1418.8659.3265.29
HexDB937202130E133b41
Octal33322316204160162373101
Binary1101101110010011111001001000011100001110100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9372; }

 p { color: rgb(219,147,114); }

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

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

 a { background-color: rgb(219,147,114); }

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

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

 span { border-color: rgb(219,147,114); }

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