#DAA56A

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

Shades of Porsche #DAA56A

Tints of Porsche #DAA56A

Color information

#DAA56A (or 0xDAA56A) is unknown color: approx Porsche. HEX triplet: DA, A5 and 6A. RGB value is (218,165,106). Sum of RGB (Red+Green+Blue) = 218+165+106=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA56A is #255A95. Grayscale: #AEAEAE. Windows color (decimal): -2448022 or 6989274. OLE color: 6989274.

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

Color convert

RGB218165106-
CMYK00.240.510.15
HSL31.61º60.22%63.53%-
HSV(B)31.61º51.38%85.49%-
XYZ44.9742.8619.54-
YUV174.1289.56159.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=44.58%
G=33.74%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816510600.240.510.1531.6160.2263.53
HexDAA56A01833F203c40
Octal33224515203063174074100
Binary1101101010100101110101001100011001111111000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA56A; }

 p { color: rgb(218,165,106); }

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

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

 a { background-color: rgb(218,165,106); }

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

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

 span { border-color: rgb(218,165,106); }

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