#DB9C66

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

Shades of Porsche #DB9C66

Tints of Porsche #DB9C66

Color information

#DB9C66 (or 0xDB9C66) is unknown color: approx Porsche. HEX triplet: DB, 9C and 66. RGB value is (219,156,102). Sum of RGB (Red+Green+Blue) = 219+156+102=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C66 is #246399. Grayscale: #A8A8A8. Windows color (decimal): -2384794 or 6724827. OLE color: 6724827.

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

Color convert

RGB219156102-
CMYK00.290.530.14
HSL27.69º61.9%62.94%-
HSV(B)27.69º53.42%85.88%-
XYZ43.539.817.96-
YUV168.6890.37163.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=45.91%
G=32.70%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915610200.290.530.1427.6961.962.94
HexDB9C6601D35E1c3e3f
Octal3332341460356516347677
Binary11011011100111001100110011101110101111011100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9C66; }

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

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

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

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

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

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

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

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