#DB9751

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

Shades of Porsche #DB9751

Tints of Porsche #DB9751

Color information

#DB9751 (or 0xDB9751) is unknown color: approx Porsche. HEX triplet: DB, 97 and 51. RGB value is (219,151,81). Sum of RGB (Red+Green+Blue) = 219+151+81=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9751 is #2468AE. Grayscale: #A3A3A3. Windows color (decimal): -2386095 or 5347291. OLE color: 5347291.

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

Color convert

RGB21915181-
CMYK00.310.630.14
HSL30.43º65.71%58.82%-
HSV(B)30.43º63.01%85.88%-
XYZ41.7737.7912.88-
YUV163.3581.53167.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 81 (32.03% from 255) = 17.96%
R=48.56%
G=33.48%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191518100.310.630.1430.4365.7158.82
HexDB975101F3FE1e423b
Octal33322712103777163610273
Binary110110111001011110100010111111111111110111101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9751; }

 p { color: rgb(219,151,81); }

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

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

 a { background-color: rgb(219,151,81); }

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

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

 span { border-color: rgb(219,151,81); }

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