#DC9E63

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

Shades of Porsche #DC9E63

Tints of Porsche #DC9E63

Color information

#DC9E63 (or 0xDC9E63) is unknown color: approx Porsche. HEX triplet: DC, 9E and 63. RGB value is (220,158,99). Sum of RGB (Red+Green+Blue) = 220+158+99=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E63 is #23619C. Grayscale: #AAAAAA. Windows color (decimal): -2318749 or 6528732. OLE color: 6528732.

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

Color convert

RGB22015899-
CMYK00.280.550.14
HSL29.26º63.35%62.55%-
HSV(B)29.26º55%86.27%-
XYZ43.9940.5717.32-
YUV169.8188.04163.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=46.12%
G=33.12%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201589900.280.550.1429.2663.3562.55
HexDC9E6301C37E1d3f3f
Octal3342361430346716357777
Binary11011100100111101100011011100110111111011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E63; }

 p { color: rgb(220,158,99); }

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

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

 a { background-color: rgb(220,158,99); }

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

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

 span { border-color: rgb(220,158,99); }

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