#DB9655

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

Shades of Porsche #DB9655

Tints of Porsche #DB9655

Color information

#DB9655 (or 0xDB9655) is unknown color: approx Porsche. HEX triplet: DB, 96 and 55. RGB value is (219,150,85). Sum of RGB (Red+Green+Blue) = 219+150+85=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9655 is #2469AA. Grayscale: #A3A3A3. Windows color (decimal): -2386347 or 5609179. OLE color: 5609179.

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

Color convert

RGB21915085-
CMYK00.320.610.14
HSL29.1º65.05%59.61%-
HSV(B)29.1º61.19%85.88%-
XYZ41.7637.5313.64-
YUV163.2283.86167.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=48.24%
G=33.04%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191508500.320.610.1429.165.0559.61
HexDB96550203DE1d413c
Octal33322612504075163510174
Binary1101101110010110101010101000001111011110111011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9655; }

 p { color: rgb(219,150,85); }

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

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

 a { background-color: rgb(219,150,85); }

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

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

 span { border-color: rgb(219,150,85); }

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