#DAA25D

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

Shades of Porsche #DAA25D

Tints of Porsche #DAA25D

Color information

#DAA25D (or 0xDAA25D) is unknown color: approx Porsche. HEX triplet: DA, A2 and 5D. RGB value is (218,162,93). Sum of RGB (Red+Green+Blue) = 218+162+93=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA25D is #255DA2. Grayscale: #ABABAB. Windows color (decimal): -2448803 or 6136538. OLE color: 6136538.

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

Color convert

RGB21816293-
CMYK00.260.570.15
HSL33.12º62.81%60.98%-
HSV(B)33.12º57.34%85.49%-
XYZ43.8141.5416.06-
YUV170.8884.05161.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=46.09%
G=34.25%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181629300.260.570.1533.1262.8160.98
HexDAA25D01A39F213f3d
Octal3322421350327117417775
Binary110110101010001010111010110101110011111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA25D; }

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

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

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

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

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

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

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

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