#DA9D56

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

Shades of Porsche #DA9D56

Tints of Porsche #DA9D56

Color information

#DA9D56 (or 0xDA9D56) is unknown color: approx Porsche. HEX triplet: DA, 9D and 56. RGB value is (218,157,86). Sum of RGB (Red+Green+Blue) = 218+157+86=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D56 is #2562A9. Grayscale: #A7A7A7. Windows color (decimal): -2450090 or 5676506. OLE color: 5676506.

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

Color convert

RGB21815786-
CMYK00.280.610.15
HSL32.27º64.08%59.61%-
HSV(B)32.27º60.55%85.49%-
XYZ42.6539.6914.22-
YUV167.1482.21164.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=47.29%
G=34.06%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181578600.280.610.1532.2764.0859.61
HexDA9D5601C3DF20403c
Octal33223512603475174010074
Binary1101101010011101101011001110011110111111000001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D56; }

 p { color: rgb(218,157,86); }

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

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

 a { background-color: rgb(218,157,86); }

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

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

 span { border-color: rgb(218,157,86); }

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