#DAA06B

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

Shades of Porsche #DAA06B

Tints of Porsche #DAA06B

Color information

#DAA06B (or 0xDAA06B) is unknown color: approx Porsche. HEX triplet: DA, A0 and 6B. RGB value is (218,160,107). Sum of RGB (Red+Green+Blue) = 218+160+107=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA06B is #255F94. Grayscale: #ABABAB. Windows color (decimal): -2449301 or 7053530. OLE color: 7053530.

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

Color convert

RGB218160107-
CMYK00.270.510.15
HSL28.65º60%63.73%-
HSV(B)28.65º50.92%85.49%-
XYZ44.1441.1119.52-
YUV171.391.72161.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 107 (42.19% from 255) = 22.06%
R=44.95%
G=32.99%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816010700.270.510.1528.656063.73
HexDAA06B01B33F1d3c40
Octal33224015303363173574100
Binary110110101010000011010110110111100111111111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA06B; }

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

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

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

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

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

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

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

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