#DA9655

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

Shades of Porsche #DA9655

Tints of Porsche #DA9655

Color information

#DA9655 (or 0xDA9655) is unknown color: approx Porsche. HEX triplet: DA, 96 and 55. RGB value is (218,150,85). Sum of RGB (Red+Green+Blue) = 218+150+85=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9655 is #2569AA. Grayscale: #A3A3A3. Windows color (decimal): -2451883 or 5609178. OLE color: 5609178.

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

Color convert

RGB21815085-
CMYK00.310.610.15
HSL29.32º64.25%59.41%-
HSV(B)29.32º61.01%85.49%-
XYZ41.4637.3713.62-
YUV162.9284.03167.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=48.12%
G=33.11%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181508500.310.610.1529.3264.2559.41
HexDA965501F3DF1d403b
Octal33222612503775173510073
Binary110110101001011010101010111111111011111111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9655; }

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

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

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

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

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

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

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

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