#DAA066

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

Shades of Porsche #DAA066

Tints of Porsche #DAA066

Color information

#DAA066 (or 0xDAA066) is unknown color: approx Porsche. HEX triplet: DA, A0 and 66. RGB value is (218,160,102). Sum of RGB (Red+Green+Blue) = 218+160+102=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA066 is #255F99. Grayscale: #ABABAB. Windows color (decimal): -2449306 or 6725850. OLE color: 6725850.

HSL color Cylindrical-coordinate representation of color #DAA066: 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.53%. Process color model (Four color, CMYK) of #DAA066 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218160102-
CMYK00.270.530.15
HSL30º61.05%62.75%-
HSV(B)30º53.21%85.49%-
XYZ43.8841.0118.17-
YUV170.7389.22161.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=45.42%
G=33.33%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816010200.270.530.153061.0562.75
HexDAA06601B35F1e3d3f
Octal3322401460336517367577
Binary11011010101000001100110011011110101111111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA066; }

 p { color: rgb(218,160,102); }

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

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

 a { background-color: rgb(218,160,102); }

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

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

 span { border-color: rgb(218,160,102); }

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