#DB9556

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

Shades of Porsche #DB9556

Tints of Porsche #DB9556

Color information

#DB9556 (or 0xDB9556) is unknown color: approx Porsche. HEX triplet: DB, 95 and 56. RGB value is (219,149,86). Sum of RGB (Red+Green+Blue) = 219+149+86=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9556 is #246AA9. Grayscale: #A3A3A3. Windows color (decimal): -2386602 or 5674459. OLE color: 5674459.

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

Color convert

RGB21914986-
CMYK00.320.610.14
HSL28.42º64.88%59.8%-
HSV(B)28.42º60.73%85.88%-
XYZ41.6437.2313.79-
YUV162.7584.69168.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=48.24%
G=32.82%
B=18.94%

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
Decimal2191498600.320.610.1428.4264.8859.8
HexDB95560203DE1c413c
Octal33322512604075163410174
Binary1101101110010101101011001000001111011110111001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9556; }

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

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

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

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

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

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

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

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