#DAA06D

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

Shades of Porsche #DAA06D

Tints of Porsche #DAA06D

Color information

#DAA06D (or 0xDAA06D) is unknown color: approx Porsche. HEX triplet: DA, A0 and 6D. RGB value is (218,160,109). Sum of RGB (Red+Green+Blue) = 218+160+109=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA06D is #255F92. Grayscale: #ABABAB. Windows color (decimal): -2449299 or 7184602. OLE color: 7184602.

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

Color convert

RGB218160109-
CMYK00.270.50.15
HSL28.07º59.56%64.12%-
HSV(B)28.07º50%85.49%-
XYZ44.2441.1520.08-
YUV171.5392.72161.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 109 (42.97% from 255) = 22.38%
R=44.76%
G=32.85%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816010900.270.50.1528.0759.5664.12
HexDAA06D01B32F1c3c40
Octal33224015503362173474100
Binary110110101010000011011010110111100101111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA06D; }

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

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

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

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

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

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

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

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