#DB9551

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

Shades of Porsche #DB9551

Tints of Porsche #DB9551

Color information

#DB9551 (or 0xDB9551) is unknown color: approx Porsche. HEX triplet: DB, 95 and 51. RGB value is (219,149,81). Sum of RGB (Red+Green+Blue) = 219+149+81=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9551 is #246AAE. Grayscale: #A2A2A2. Windows color (decimal): -2386607 or 5346779. OLE color: 5346779.

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

Color convert

RGB21914981-
CMYK00.320.630.14
HSL29.57º65.71%58.82%-
HSV(B)29.57º63.01%85.88%-
XYZ41.4537.1512.77-
YUV162.1882.19168.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 81 (32.03% from 255) = 18.04%
R=48.78%
G=33.18%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191498100.320.630.1429.5765.7158.82
HexDB95510203FE1e423b
Octal33322512104077163610273
Binary1101101110010101101000101000001111111110111101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9551; }

 p { color: rgb(219,149,81); }

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

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

 a { background-color: rgb(219,149,81); }

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

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

 span { border-color: rgb(219,149,81); }

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