#DAA361

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

Shades of Porsche #DAA361

Tints of Porsche #DAA361

Color information

#DAA361 (or 0xDAA361) is unknown color: approx Porsche. HEX triplet: DA, A3 and 61. RGB value is (218,163,97). Sum of RGB (Red+Green+Blue) = 218+163+97=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA361 is #255C9E. Grayscale: #ACACAC. Windows color (decimal): -2448543 or 6398938. OLE color: 6398938.

HSL color Cylindrical-coordinate representation of color #DAA361: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA361 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21816397-
CMYK00.250.560.15
HSL32.73º62.05%61.76%-
HSV(B)32.73º55.5%85.49%-
XYZ44.1741.9617.08-
YUV171.9285.72160.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=45.61%
G=34.10%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181639700.250.560.1532.7362.0561.76
HexDAA36101938F213e3e
Octal3322431410317017417676
Binary110110101010001111000010110011110001111100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA361; }

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

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

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

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

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

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

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

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