#DAA166

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

Shades of Porsche #DAA166

Tints of Porsche #DAA166

Color information

#DAA166 (or 0xDAA166) is unknown color: approx Porsche. HEX triplet: DA, A1 and 66. RGB value is (218,161,102). Sum of RGB (Red+Green+Blue) = 218+161+102=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA166 is #255E99. Grayscale: #ABABAB. Windows color (decimal): -2449050 or 6726106. OLE color: 6726106.

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

Color convert

RGB218161102-
CMYK00.260.530.15
HSL30.52º61.05%62.75%-
HSV(B)30.52º53.21%85.49%-
XYZ44.0641.3518.23-
YUV171.3288.88161.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.32%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=45.32%
G=33.47%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816110200.260.530.1530.5261.0562.75
HexDAA16601A35F1f3d3f
Octal3322411460326517377577
Binary11011010101000011100110011010110101111111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA166; }

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

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

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

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

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

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

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

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