#DAA163

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

Shades of Porsche #DAA163

Tints of Porsche #DAA163

Color information

#DAA163 (or 0xDAA163) is unknown color: approx Porsche. HEX triplet: DA, A1 and 63. RGB value is (218,161,99). Sum of RGB (Red+Green+Blue) = 218+161+99=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA163 is #255E9C. Grayscale: #ABABAB. Windows color (decimal): -2449053 or 6529498. OLE color: 6529498.

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

Color convert

RGB21816199-
CMYK00.260.550.15
HSL31.26º61.66%62.16%-
HSV(B)31.26º54.59%85.49%-
XYZ43.9141.317.46-
YUV170.9887.38161.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 99 (39.06% from 255) = 20.71%
R=45.61%
G=33.68%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181619900.260.550.1531.2661.6662.16
HexDAA16301A37F1f3e3e
Octal3322411430326717377676
Binary11011010101000011100011011010110111111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA163; }

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

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

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

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

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

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

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

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