#DAA36D

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

Shades of Porsche #DAA36D

Tints of Porsche #DAA36D

Color information

#DAA36D (or 0xDAA36D) is unknown color: approx Porsche. HEX triplet: DA, A3 and 6D. RGB value is (218,163,109). Sum of RGB (Red+Green+Blue) = 218+163+109=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA36D is #255C92. Grayscale: #ADADAD. Windows color (decimal): -2448531 or 7185370. OLE color: 7185370.

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

Color convert

RGB218163109-
CMYK00.250.50.15
HSL29.72º59.56%64.12%-
HSV(B)29.72º50%85.49%-
XYZ44.7742.220.25-
YUV173.2991.72159.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=44.49%
G=33.27%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816310900.250.50.1529.7259.5664.12
HexDAA36D01932F1e3c40
Octal33224315503162173674100
Binary110110101010001111011010110011100101111111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA36D; }

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

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

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

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

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

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

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

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