#DA9555

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

Shades of Porsche #DA9555

Tints of Porsche #DA9555

Color information

#DA9555 (or 0xDA9555) is unknown color: approx Porsche. HEX triplet: DA, 95 and 55. RGB value is (218,149,85). Sum of RGB (Red+Green+Blue) = 218+149+85=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9555 is #256AAA. Grayscale: #A2A2A2. Windows color (decimal): -2452139 or 5608922. OLE color: 5608922.

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

Color convert

RGB21814985-
CMYK00.320.610.15
HSL28.87º64.25%59.41%-
HSV(B)28.87º61.01%85.49%-
XYZ41.337.0613.57-
YUV162.3384.36167.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=48.23%
G=32.96%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181498500.320.610.1528.8764.2559.41
HexDA95550203DF1d403b
Octal33222512504075173510073
Binary1101101010010101101010101000001111011111111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9555; }

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

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

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

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

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

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

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

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