#DA9963

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

Shades of Porsche #DA9963

Tints of Porsche #DA9963

Color information

#DA9963 (or 0xDA9963) is unknown color: approx Porsche. HEX triplet: DA, 99 and 63. RGB value is (218,153,99). Sum of RGB (Red+Green+Blue) = 218+153+99=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9963 is #25669C. Grayscale: #A6A6A6. Windows color (decimal): -2451101 or 6527450. OLE color: 6527450.

HSL color Cylindrical-coordinate representation of color #DA9963: hue angle of 27.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA9963 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21815399-
CMYK00.300.550.15
HSL27.23º61.66%62.16%-
HSV(B)27.23º54.59%85.49%-
XYZ42.5638.5917.01-
YUV166.2890.03164.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=46.38%
G=32.55%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181539900.300.550.1527.2361.6662.16
HexDA996301E37F1b3e3e
Octal3322311430366717337676
Binary11011010100110011100011011110110111111111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9963; }

 p { color: rgb(218,153,99); }

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

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

 a { background-color: rgb(218,153,99); }

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

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

 span { border-color: rgb(218,153,99); }

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