#DA9D63

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

Shades of Porsche #DA9D63

Tints of Porsche #DA9D63

Color information

#DA9D63 (or 0xDA9D63) is unknown color: approx Porsche. HEX triplet: DA, 9D and 63. RGB value is (218,157,99). Sum of RGB (Red+Green+Blue) = 218+157+99=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D63 is #25629C. Grayscale: #A8A8A8. Windows color (decimal): -2450077 or 6528474. OLE color: 6528474.

HSL color Cylindrical-coordinate representation of color #DA9D63: hue angle of 29.24º 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 #DA9D63 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21815799-
CMYK00.280.550.15
HSL29.24º61.66%62.16%-
HSV(B)29.24º54.59%85.49%-
XYZ43.2239.9217.23-
YUV168.6388.71163.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 20.89%
R=45.99%
G=33.12%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181579900.280.550.1529.2461.6662.16
HexDA9D6301C37F1d3e3e
Octal3322351430346717357676
Binary11011010100111011100011011100110111111111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D63; }

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

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

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

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

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

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

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

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