#DAA063

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

Shades of Porsche #DAA063

Tints of Porsche #DAA063

Color information

#DAA063 (or 0xDAA063) is unknown color: approx Porsche. HEX triplet: DA, A0 and 63. RGB value is (218,160,99). Sum of RGB (Red+Green+Blue) = 218+160+99=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA063 is #255F9C. Grayscale: #AAAAAA. Windows color (decimal): -2449309 or 6529242. OLE color: 6529242.

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

Color convert

RGB21816099-
CMYK00.270.550.15
HSL30.76º61.66%62.16%-
HSV(B)30.76º54.59%85.49%-
XYZ43.7440.9517.4-
YUV170.3987.72161.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=45.70%
G=33.54%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181609900.270.550.1530.7661.6662.16
HexDAA06301B37F1f3e3e
Octal3322401430336717377676
Binary11011010101000001100011011011110111111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA063; }

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

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

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

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

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

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

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

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