#DB9959

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

Shades of Porsche #DB9959

Tints of Porsche #DB9959

Color information

#DB9959 (or 0xDB9959) is unknown color: approx Porsche. HEX triplet: DB, 99 and 59. RGB value is (219,153,89). Sum of RGB (Red+Green+Blue) = 219+153+89=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9959 is #2466A6. Grayscale: #A5A5A5. Windows color (decimal): -2385575 or 5872091. OLE color: 5872091.

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

Color convert

RGB21915389-
CMYK00.300.590.14
HSL29.54º64.36%60.39%-
HSV(B)29.54º59.36%85.88%-
XYZ42.4138.5614.66-
YUV165.4484.87166.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=47.51%
G=33.19%
B=19.31%

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
Decimal2191538900.300.590.1429.5464.3660.39
HexDB995901E3BE1e403c
Octal33323113103673163610074
Binary110110111001100110110010111101110111110111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9959; }

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

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

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

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

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

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

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

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