#DAA168

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

Shades of Porsche #DAA168

Tints of Porsche #DAA168

Color information

#DAA168 (or 0xDAA168) is unknown color: approx Porsche. HEX triplet: DA, A1 and 68. RGB value is (218,161,104). Sum of RGB (Red+Green+Blue) = 218+161+104=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA168 is #255E97. Grayscale: #ABABAB. Windows color (decimal): -2449048 or 6857178. OLE color: 6857178.

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

Color convert

RGB218161104-
CMYK00.260.520.15
HSL30º60.64%63.14%-
HSV(B)30º52.29%85.49%-
XYZ44.1641.3918.76-
YUV171.5489.88161.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=45.13%
G=33.33%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816110400.260.520.153060.6463.14
HexDAA16801A34F1e3d3f
Octal3322411500326417367577
Binary11011010101000011101000011010110100111111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA168; }

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

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

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

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

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

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

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

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