#DB9B63

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

Shades of Porsche #DB9B63

Tints of Porsche #DB9B63

Color information

#DB9B63 (or 0xDB9B63) is unknown color: approx Porsche. HEX triplet: DB, 9B and 63. RGB value is (219,155,99). Sum of RGB (Red+Green+Blue) = 219+155+99=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B63 is #24649C. Grayscale: #A8A8A8. Windows color (decimal): -2385053 or 6527963. OLE color: 6527963.

HSL color Cylindrical-coordinate representation of color #DB9B63: hue angle of 28º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9B63 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB21915599-
CMYK00.290.550.14
HSL28º62.5%62.35%-
HSV(B)28º54.79%85.88%-
XYZ43.1939.417.13-
YUV167.7589.2164.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=46.30%
G=32.77%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191559900.290.550.142862.562.35
HexDB9B6301D37E1c3e3e
Octal3332331430356716347676
Binary11011011100110111100011011101110111111011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B63; }

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

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

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

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

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

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

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

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