#DAA363

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

Shades of Porsche #DAA363

Tints of Porsche #DAA363

Color information

#DAA363 (or 0xDAA363) is unknown color: approx Porsche. HEX triplet: DA, A3 and 63. RGB value is (218,163,99). Sum of RGB (Red+Green+Blue) = 218+163+99=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA363 is #255C9C. Grayscale: #ACACAC. Windows color (decimal): -2448541 or 6530010. OLE color: 6530010.

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

Color convert

RGB21816399-
CMYK00.250.550.15
HSL32.27º61.66%62.16%-
HSV(B)32.27º54.59%85.49%-
XYZ44.264217.58-
YUV172.1586.72160.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 99 (39.06% from 255) = 20.62%
R=45.42%
G=33.96%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181639900.250.550.1532.2761.6662.16
HexDAA36301937F203e3e
Octal3322431430316717407676
Binary110110101010001111000110110011101111111100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA363; }

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

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

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

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

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

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

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

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