#DB9A59

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

Shades of Porsche #DB9A59

Tints of Porsche #DB9A59

Color information

#DB9A59 (or 0xDB9A59) is unknown color: approx Porsche. HEX triplet: DB, 9A and 59. RGB value is (219,154,89). Sum of RGB (Red+Green+Blue) = 219+154+89=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A59 is #2465A6. Grayscale: #A6A6A6. Windows color (decimal): -2385319 or 5872347. OLE color: 5872347.

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

Color convert

RGB21915489-
CMYK00.300.590.14
HSL30º64.36%60.39%-
HSV(B)30º59.36%85.88%-
XYZ42.5738.8914.71-
YUV166.0284.53165.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=47.40%
G=33.33%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191548900.300.590.143064.3660.39
HexDB9A5901E3BE1e403c
Octal33323213103673163610074
Binary110110111001101010110010111101110111110111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A59; }

 p { color: rgb(219,154,89); }

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

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

 a { background-color: rgb(219,154,89); }

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

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

 span { border-color: rgb(219,154,89); }

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