#DAA25A

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

Shades of Porsche #DAA25A

Tints of Porsche #DAA25A

Color information

#DAA25A (or 0xDAA25A) is unknown color: approx Porsche. HEX triplet: DA, A2 and 5A. RGB value is (218,162,90). Sum of RGB (Red+Green+Blue) = 218+162+90=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA25A is #255DA5. Grayscale: #AAAAAA. Windows color (decimal): -2448806 or 5939930. OLE color: 5939930.

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

Color convert

RGB21816290-
CMYK00.260.590.15
HSL33.75º63.37%60.39%-
HSV(B)33.75º58.72%85.49%-
XYZ43.6841.4815.38-
YUV170.5482.55161.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=46.38%
G=34.47%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181629000.260.590.1533.7563.3760.39
HexDAA25A01A3BF223f3c
Octal3322421320327317427774
Binary110110101010001010110100110101110111111100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA25A; }

 p { color: rgb(218,162,90); }

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

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

 a { background-color: rgb(218,162,90); }

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

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

 span { border-color: rgb(218,162,90); }

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