#DAA465

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

Shades of Porsche #DAA465

Tints of Porsche #DAA465

Color information

#DAA465 (or 0xDAA465) is unknown color: approx Porsche. HEX triplet: DA, A4 and 65. RGB value is (218,164,101). Sum of RGB (Red+Green+Blue) = 218+164+101=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA465 is #255B9A. Grayscale: #ADADAD. Windows color (decimal): -2448283 or 6661338. OLE color: 6661338.

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

Color convert

RGB218164101-
CMYK00.250.540.15
HSL32.31º61.26%62.55%-
HSV(B)32.31º53.67%85.49%-
XYZ44.5442.418.15-
YUV172.9687.39160.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=45.13%
G=33.95%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816410100.250.540.1532.3161.2662.55
HexDAA46501936F203d3f
Octal3322441450316617407577
Binary110110101010010011001010110011101101111100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA465; }

 p { color: rgb(218,164,101); }

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

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

 a { background-color: rgb(218,164,101); }

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

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

 span { border-color: rgb(218,164,101); }

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