#DAA35A

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

Shades of Porsche #DAA35A

Tints of Porsche #DAA35A

Color information

#DAA35A (or 0xDAA35A) is unknown color: approx Porsche. HEX triplet: DA, A3 and 5A. RGB value is (218,163,90). Sum of RGB (Red+Green+Blue) = 218+163+90=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA35A is #255CA5. Grayscale: #ABABAB. Windows color (decimal): -2448550 or 5940186. OLE color: 5940186.

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

Color convert

RGB21816390-
CMYK00.250.590.15
HSL34.22º63.37%60.39%-
HSV(B)34.22º58.72%85.49%-
XYZ43.8641.8415.44-
YUV171.1282.22161.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 90 (35.55% from 255) = 19.11%
R=46.28%
G=34.61%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181639000.250.590.1534.2263.3760.39
HexDAA35A0193BF223f3c
Octal3322431320317317427774
Binary110110101010001110110100110011110111111100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA35A; }

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

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

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

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

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

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

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

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