#DB9C61

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

Shades of Porsche #DB9C61

Tints of Porsche #DB9C61

Color information

#DB9C61 (or 0xDB9C61) is unknown color: approx Porsche. HEX triplet: DB, 9C and 61. RGB value is (219,156,97). Sum of RGB (Red+Green+Blue) = 219+156+97=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C61 is #24639E. Grayscale: #A8A8A8. Windows color (decimal): -2384799 or 6397147. OLE color: 6397147.

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

Color convert

RGB21915697-
CMYK00.290.560.14
HSL29.02º62.89%61.96%-
HSV(B)29.02º55.71%85.88%-
XYZ43.2639.716.69-
YUV168.1187.87164.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=46.40%
G=33.05%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191569700.290.560.1429.0262.8961.96
HexDB9C6101D38E1d3f3e
Octal3332341410357016357776
Binary11011011100111001100001011101111000111011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9C61; }

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

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

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

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

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

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

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

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