#DB9272

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

Shades of Feldspar #DB9272

Tints of Feldspar #DB9272

Color information

#DB9272 (or 0xDB9272) is unknown color: approx Feldspar. HEX triplet: DB, 92 and 72. RGB value is (219,146,114). Sum of RGB (Red+Green+Blue) = 219+146+114=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9272 is #246D8D. Grayscale: #A4A4A4. Windows color (decimal): -2387342 or 7508699. OLE color: 7508699.

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

Color convert

RGB219146114-
CMYK00.330.480.14
HSL18.29º59.32%65.29%-
HSV(B)18.29º47.95%85.88%-
XYZ42.5336.8320.79-
YUV164.1899.68167.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=45.72%
G=30.48%
B=23.80%

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
Decimal21914611400.330.480.1418.2959.3265.29
HexDB927202130E123b41
Octal33322216204160162273101
Binary1101101110010010111001001000011100001110100101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9272; }

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

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

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

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

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

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

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

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