#DB9B53

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

Shades of Porsche #DB9B53

Tints of Porsche #DB9B53

Color information

#DB9B53 (or 0xDB9B53) is unknown color: approx Porsche. HEX triplet: DB, 9B and 53. RGB value is (219,155,83). Sum of RGB (Red+Green+Blue) = 219+155+83=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B53 is #2464AC. Grayscale: #A6A6A6. Windows color (decimal): -2385069 or 5479387. OLE color: 5479387.

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

Color convert

RGB21915583-
CMYK00.290.620.14
HSL31.76º65.38%59.22%-
HSV(B)31.76º62.1%85.88%-
XYZ42.539.1313.5-
YUV165.9381.2165.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 83 (32.81% from 255) = 18.16%
R=47.92%
G=33.92%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191558300.290.620.1431.7665.3859.22
HexDB9B5301D3EE20413b
Octal33323312303576164010173
Binary1101101110011011101001101110111111011101000001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B53; }

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

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

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

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

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

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

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

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