#DAA16A

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

Shades of Porsche #DAA16A

Tints of Porsche #DAA16A

Color information

#DAA16A (or 0xDAA16A) is unknown color: approx Porsche. HEX triplet: DA, A1 and 6A. RGB value is (218,161,106). Sum of RGB (Red+Green+Blue) = 218+161+106=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA16A is #255E95. Grayscale: #ACACAC. Windows color (decimal): -2449046 or 6988250. OLE color: 6988250.

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

Color convert

RGB218161106-
CMYK00.260.510.15
HSL29.46º60.22%63.53%-
HSV(B)29.46º51.38%85.49%-
XYZ44.2641.4419.3-
YUV171.7790.88160.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=44.95%
G=33.20%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816110600.260.510.1529.4660.2263.53
HexDAA16A01A33F1d3c40
Octal33224115203263173574100
Binary110110101010000111010100110101100111111111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA16A; }

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

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

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

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

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

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

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

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