#DA9964

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

Shades of Porsche #DA9964

Tints of Porsche #DA9964

Color information

#DA9964 (or 0xDA9964) is unknown color: approx Porsche. HEX triplet: DA, 99 and 64. RGB value is (218,153,100). Sum of RGB (Red+Green+Blue) = 218+153+100=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9964 is #25669B. Grayscale: #A6A6A6. Windows color (decimal): -2451100 or 6592986. OLE color: 6592986.

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

Color convert

RGB218153100-
CMYK00.300.540.15
HSL26.95º61.46%62.35%-
HSV(B)26.95º54.13%85.49%-
XYZ42.638.6117.26-
YUV166.3990.53164.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=46.28%
G=32.48%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815310000.300.540.1526.9561.4662.35
HexDA996401E36F1b3d3e
Octal3322311440366617337576
Binary11011010100110011100100011110110110111111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9964; }

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

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

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

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

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

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

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

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