#db9c55

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

Shades of Porsche #DB9C55

Tints of Porsche #DB9C55

Color information

#DB9C55 (or 0xDB9C55) is unknown color: approx Porsche. HEX triplet: DB, 9C and 55. RGB value is (219,156,85). Sum of RGB (Red+Green+Blue) = 219+156+85=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C55 is #2463AA. Grayscale: #A7A7A7. Windows color (decimal): -2384811 or 5610715. OLE color: 5610715.

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

Color convert

RGB21915685-
CMYK00.290.610.14
HSL31.79º65.05%59.61%-
HSV(B)31.79º61.19%85.88%-
XYZ42.7439.4913.96-
YUV166.7481.87165.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=47.61%
G=33.91%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191568500.290.610.1431.7965.0559.61
HexDB9C5501D3DE20413c
Octal33323412503575164010174
Binary1101101110011100101010101110111110111101000001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db9c55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db9c55; }

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

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

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

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

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

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

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

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