#DA9B63

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

Shades of Porsche #DA9B63

Tints of Porsche #DA9B63

Color information

#DA9B63 (or 0xDA9B63) is unknown color: approx Porsche. HEX triplet: DA, 9B and 63. RGB value is (218,155,99). Sum of RGB (Red+Green+Blue) = 218+155+99=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B63 is #25649C. Grayscale: #A7A7A7. Windows color (decimal): -2450589 or 6527962. OLE color: 6527962.

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

Color convert

RGB21815599-
CMYK00.290.550.15
HSL28.24º61.66%62.16%-
HSV(B)28.24º54.59%85.49%-
XYZ42.8939.2517.12-
YUV167.4589.37164.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=46.19%
G=32.84%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181559900.290.550.1528.2461.6662.16
HexDA9B6301D37F1c3e3e
Octal3322331430356717347676
Binary11011010100110111100011011101110111111111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B63; }

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

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

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

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

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

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

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

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