#DC9351

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

Shades of Porsche #DC9351

Tints of Porsche #DC9351

Color information

#DC9351 (or 0xDC9351) is unknown color: approx Porsche. HEX triplet: DC, 93 and 51. RGB value is (220,147,81). Sum of RGB (Red+Green+Blue) = 220+147+81=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9351 is #236CAE. Grayscale: #A1A1A1. Windows color (decimal): -2321583 or 5346268. OLE color: 5346268.

HSL color Cylindrical-coordinate representation of color #DC9351: hue angle of 28.49º degrees, saturation: 0.67, 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 #DC9351 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22014781-
CMYK00.330.630.14
HSL28.49º66.51%59.02%-
HSV(B)28.49º63.18%86.27%-
XYZ41.4336.6812.68-
YUV161.382.68169.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=49.11%
G=32.81%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201478100.330.630.1428.4966.5159.02
HexDC93510213FE1c433b
Octal33422312104177163410373
Binary1101110010010011101000101000011111111110111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9351; }

 p { color: rgb(220,147,81); }

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

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

 a { background-color: rgb(220,147,81); }

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

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

 span { border-color: rgb(220,147,81); }

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