#DB9B59

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

Shades of Porsche #DB9B59

Tints of Porsche #DB9B59

Color information

#DB9B59 (or 0xDB9B59) is unknown color: approx Porsche. HEX triplet: DB, 9B and 59. RGB value is (219,155,89). Sum of RGB (Red+Green+Blue) = 219+155+89=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B59 is #2464A6. Grayscale: #A6A6A6. Windows color (decimal): -2385063 or 5872603. OLE color: 5872603.

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

Color convert

RGB21915589-
CMYK00.290.590.14
HSL30.46º64.36%60.39%-
HSV(B)30.46º59.36%85.88%-
XYZ42.7439.2214.77-
YUV166.6184.2165.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=47.30%
G=33.48%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191558900.290.590.1430.4664.3660.39
HexDB9B5901D3BE1e403c
Octal33323313103573163610074
Binary110110111001101110110010111011110111110111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B59; }

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

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

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

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

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

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

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

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