#DA9A55

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

Shades of Porsche #DA9A55

Tints of Porsche #DA9A55

Color information

#DA9A55 (or 0xDA9A55) is unknown color: approx Porsche. HEX triplet: DA, 9A and 55. RGB value is (218,154,85). Sum of RGB (Red+Green+Blue) = 218+154+85=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A55 is #2565AA. Grayscale: #A5A5A5. Windows color (decimal): -2450859 or 5610202. OLE color: 5610202.

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

Color convert

RGB21815485-
CMYK00.290.610.15
HSL31.13º64.25%59.41%-
HSV(B)31.13º61.01%85.49%-
XYZ42.1138.6713.84-
YUV165.2782.7165.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=47.70%
G=33.70%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181548500.290.610.1531.1364.2559.41
HexDA9A5501D3DF1f403b
Octal33223212503575173710073
Binary110110101001101010101010111011111011111111111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A55; }

 p { color: rgb(218,154,85); }

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

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

 a { background-color: rgb(218,154,85); }

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

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

 span { border-color: rgb(218,154,85); }

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