#DB9572

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

Shades of Feldspar #DB9572

Tints of Feldspar #DB9572

Color information

#DB9572 (or 0xDB9572) is unknown color: approx Feldspar. HEX triplet: DB, 95 and 72. RGB value is (219,149,114). Sum of RGB (Red+Green+Blue) = 219+149+114=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9572 is #246A8D. Grayscale: #A6A6A6. Windows color (decimal): -2386574 or 7509467. OLE color: 7509467.

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

Color convert

RGB219149114-
CMYK00.320.480.14
HSL20º59.32%65.29%-
HSV(B)20º47.95%85.88%-
XYZ4337.7720.94-
YUV165.9498.69165.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.44%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=45.44%
G=30.91%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914911400.320.480.142059.3265.29
HexDB957202030E143b41
Octal33322516204060162473101
Binary1101101110010101111001001000001100001110101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9572; }

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

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

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

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

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

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

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

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