#DB9E6D

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

Shades of Porsche #DB9E6D

Tints of Porsche #DB9E6D

Color information

#DB9E6D (or 0xDB9E6D) is unknown color: approx Porsche. HEX triplet: DB, 9E and 6D. RGB value is (219,158,109). Sum of RGB (Red+Green+Blue) = 219+158+109=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9E6D is #246192. Grayscale: #AAAAAA. Windows color (decimal): -2384275 or 7184091. OLE color: 7184091.

HSL color Cylindrical-coordinate representation of color #DB9E6D: hue angle of 26.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB9E6D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219158109-
CMYK00.280.500.14
HSL26.73º60.44%64.31%-
HSV(B)26.73º50.23%85.88%-
XYZ44.240.6219.98-
YUV170.6593.21162.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=45.06%
G=32.51%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915810900.280.500.1426.7360.4464.31
HexDB9E6D01C32E1b3c40
Octal33323615503462163374100
Binary110110111001111011011010111001100101110110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9E6D; }

 p { color: rgb(219,158,109); }

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

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

 a { background-color: rgb(219,158,109); }

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

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

 span { border-color: rgb(219,158,109); }

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