#DAA16D

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

Shades of Porsche #DAA16D

Tints of Porsche #DAA16D

Color information

#DAA16D (or 0xDAA16D) is unknown color: approx Porsche. HEX triplet: DA, A1 and 6D. RGB value is (218,161,109). Sum of RGB (Red+Green+Blue) = 218+161+109=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA16D is #255E92. Grayscale: #ACACAC. Windows color (decimal): -2449043 or 7184858. OLE color: 7184858.

HSL color Cylindrical-coordinate representation of color #DAA16D: hue angle of 28.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAA16D is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218161109-
CMYK00.260.50.15
HSL28.62º59.56%64.12%-
HSV(B)28.62º50%85.49%-
XYZ44.4241.520.14-
YUV172.1192.38160.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=44.67%
G=32.99%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816110900.260.50.1528.6259.5664.12
HexDAA16D01A32F1d3c40
Octal33224115503262173574100
Binary110110101010000111011010110101100101111111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA16D; }

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

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

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

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

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

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

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

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