#DB9270

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

Shades of Feldspar #DB9270

Tints of Feldspar #DB9270

Color information

#DB9270 (or 0xDB9270) is unknown color: approx Feldspar. HEX triplet: DB, 92 and 70. RGB value is (219,146,112). Sum of RGB (Red+Green+Blue) = 219+146+112=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9270 is #246D8F. Grayscale: #A4A4A4. Windows color (decimal): -2387344 or 7377627. OLE color: 7377627.

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

Color convert

RGB219146112-
CMYK00.330.490.14
HSL19.07º59.78%64.9%-
HSV(B)19.07º48.86%85.88%-
XYZ42.4236.7920.19-
YUV163.9598.68167.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=45.91%
G=30.61%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914611200.330.490.1419.0759.7864.9
HexDB927002131E133c41
Octal33322216004161162374101
Binary1101101110010010111000001000011100011110100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9270; }

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

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

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

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

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

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

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

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