#DA9A64

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

Shades of Porsche #DA9A64

Tints of Porsche #DA9A64

Color information

#DA9A64 (or 0xDA9A64) is unknown color: approx Porsche. HEX triplet: DA, 9A and 64. RGB value is (218,154,100). Sum of RGB (Red+Green+Blue) = 218+154+100=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A64 is #25659B. Grayscale: #A7A7A7. Windows color (decimal): -2450844 or 6593242. OLE color: 6593242.

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

Color convert

RGB218154100-
CMYK00.290.540.15
HSL27.46º61.46%62.35%-
HSV(B)27.46º54.13%85.49%-
XYZ42.7738.9417.32-
YUV166.9890.2164.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=46.19%
G=32.63%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815410000.290.540.1527.4661.4662.35
HexDA9A6401D36F1b3d3e
Octal3322321440356617337576
Binary11011010100110101100100011101110110111111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A64; }

 p { color: rgb(218,154,100); }

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

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

 a { background-color: rgb(218,154,100); }

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

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

 span { border-color: rgb(218,154,100); }

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