#DAA460

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

Shades of Porsche #DAA460

Tints of Porsche #DAA460

Color information

#DAA460 (or 0xDAA460) is unknown color: approx Porsche. HEX triplet: DA, A4 and 60. RGB value is (218,164,96). Sum of RGB (Red+Green+Blue) = 218+164+96=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA460 is #255B9F. Grayscale: #ACACAC. Windows color (decimal): -2448288 or 6333658. OLE color: 6333658.

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

Color convert

RGB21816496-
CMYK00.250.560.15
HSL33.44º62.24%61.57%-
HSV(B)33.44º55.96%85.49%-
XYZ44.342.316.9-
YUV172.3984.89160.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=45.61%
G=34.31%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181649600.250.560.1533.4462.2461.57
HexDAA46001938F213e3e
Octal3322441400317017417676
Binary110110101010010011000000110011110001111100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA460; }

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

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

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

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

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

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

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

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